Click or drag to resize

CryptoUtilsDecryptAesV1 Method

Decrypts data with AES CBC.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
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