1
0
mirror of https://github.com/bitwarden/help synced 2026-01-04 09:33:43 +00:00

upadte default iterations to 100k

This commit is contained in:
Kyle Spearrin
2020-02-12 09:42:48 -05:00
parent c57c548c02
commit 1c6bf023af

View File

@@ -138,7 +138,7 @@
Rsa2048_OaepSha1_HmacSha256_B64: 6
};
// Classes
// Object Classes
class Cipher {
constructor(encType, iv, ct, mac) {
@@ -424,7 +424,7 @@
data: {
email: '',
masterPassword: '',
pbkdf2Iterations: 5000,
pbkdf2Iterations: 100000,
masterKey: new ByteData(),
masterKeyHash: new ByteData(),