CryptoUtilsDecryptAesV2 Method |
Decrypts with AES GCM.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] DecryptAesV2(
byte[] data,
byte[] key,
int nonceLength = 12
)
Parameters
- data Byte
- encrypted data
- key Byte
- AES encryption key.
- nonceLength Int32 (Optional)
- Nonce length. Optional. Default: 12 bytes.
Return Value
BytePlain data.
Exceptions Exception | Condition |
---|
Exception | Cannot be decrypted. |
See Also