CryptoUtilsDecryptAesV1 Method |
Decrypts data with AES CBC.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] DecryptAesV1(
byte[] data,
byte[] key
)
Parameters
- data Byte
- Encrypted data.
- key Byte
- AES encryption key.
Return Value
BytePlain data.
See Also