Keeper SDK Class Library
C#
Show/Hide TOC
Crypto
Utils
Decrypt
Aes
V
1 Method
Decrypts data with AES CBC.
Definition
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
static
byte
[]
DecryptAesV1
(
byte
[]
data
,
byte
[]
key
)
Parameters
data
Byte
Encrypted data.
key
Byte
AES encryption key.
Return Value
Byte
Plain data.
See Also
Reference
CryptoUtils Class
KeeperSecurity.Utils Namespace
In This Article
Definition
Parameters
Return Value
See Also