mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
sign rsa "me" encrypted data with enc key
This commit is contained in:
@@ -6,7 +6,9 @@ angular.module('bit')
|
||||
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
|
||||
},
|
||||
orgUserType: {
|
||||
owner: 0,
|
||||
|
||||
Reference in New Issue
Block a user