CryptoUtilsDecryptAesV2 Method
Decrypts with AES GCM.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
public static byte[] DecryptAesV2(
byte[] data,
byte[] key,
int nonceLength = 12
)
- data Byte
- encrypted data
- key Byte
- AES encryption key.
- nonceLength Int32 (Optional)
- Nonce length. Optional. Default: 12 bytes.
BytePlain data.