1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

hmac check on rsa decrypt

This commit is contained in:
Kyle Spearrin
2017-06-19 11:09:48 -04:00
parent 4b9712d034
commit 8ff336d103
2 changed files with 65 additions and 28 deletions

View File

@@ -10,7 +10,9 @@ function ConstantsService() {
AesCbc128_HmacSha256_B64: 1,
AesCbc256_HmacSha256_B64: 2,
Rsa2048_OaepSha256_B64: 3,
Rsa2048_OaepSha1_B64: 4
Rsa2048_OaepSha1_B64: 4,
Rsa2048_OaepSha256_HmacSha256_B64: 5,
Rsa2048_OaepSha1_HmacSha256_B64: 6
}
};
};