CryptoUtilsGenerateEncryptionKey Method

Generate AES encryption key. Random 32 bytes.

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public static byte[] GenerateEncryptionKey()

Return Value

Byte
AES encryption key. 32 random bytes.

See Also