CryptoUtilsEncryptAesV1 Method
Encrypts data with AES CBC algorithm.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
- data Byte
- plain data
- key Byte
- AES encryption key.
- iv Byte (Optional)
- AES IV. Optional.
Byteencrypted data
[IV: 16bytes][ENCRYPTED PADDED DATA]