mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Add support for OAEP SHA1 digest.
Note that iOS does not support any other OAEP format, such as SHA256.
This commit is contained in:
@@ -5,7 +5,8 @@ angular.module('bit')
|
||||
AesCbc256_B64: 0,
|
||||
AesCbc128_HmacSha256_B64: 1,
|
||||
AesCbc256_HmacSha256_B64: 2,
|
||||
RsaOaep_Sha256_B64: 3
|
||||
Rsa2048_OaepSha256_B64: 3,
|
||||
Rsa2048_OaepSha1_B64: 4
|
||||
},
|
||||
orgUserType: {
|
||||
owner: 0,
|
||||
|
||||
Reference in New Issue
Block a user