mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
update to 600k per latest owasp (#4546)
This commit is contained in:
@@ -3,5 +3,5 @@ export enum KdfType {
|
||||
}
|
||||
|
||||
export const DEFAULT_KDF_TYPE = KdfType.PBKDF2_SHA256;
|
||||
export const DEFAULT_KDF_ITERATIONS = 350000;
|
||||
export const DEFAULT_KDF_ITERATIONS = 600000;
|
||||
export const SEND_KDF_ITERATIONS = 100000;
|
||||
|
||||
Reference in New Issue
Block a user