1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-03 18:28:13 +01:00

update to 600k per latest owasp (#4546)

This commit is contained in:
Kyle Spearrin 2023-01-24 06:34:09 -05:00 committed by GitHub
parent e2c25c6aad
commit 2563fbd57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,5 +3,5 @@ export enum KdfType {
} }
export const DEFAULT_KDF_TYPE = KdfType.PBKDF2_SHA256; 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; export const SEND_KDF_ITERATIONS = 100000;