mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
[PS-2275] Update the default kdf iterations to 600k. (#2305)
* [PS-2275] Update the default kdf iterations to 350k. * update to 600k per latest owasp
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
public const int SaveFileRequestCode = 44;
|
||||
public const int TotpDefaultTimer = 30;
|
||||
public const int PasswordlessNotificationTimeoutInMinutes = 15;
|
||||
public const int KdfIterations = 600000;
|
||||
public const int MasterPasswordMinimumChars = 8;
|
||||
|
||||
public static readonly string[] AndroidAllClearCipherCacheKeys =
|
||||
|
||||
Reference in New Issue
Block a user