mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Merge pull request #12552 from Bond-009/passwordhashing
Increase password hash iterations
This commit is contained in:
@@ -18,6 +18,6 @@ namespace MediaBrowser.Model.Cryptography
|
||||
/// <summary>
|
||||
/// The default amount of iterations for hashing passwords.
|
||||
/// </summary>
|
||||
public const int DefaultIterations = 120000;
|
||||
public const int DefaultIterations = 210000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user