GenSecureKey function
Syntax
GenSecureKey()
Description
The GenSecureKey function only generates a key; application developers should plan the storage of the key.
The GenSecureKey function generates a key of the default key size for the EncryptStr and DecryptStr functions, that is, the default key size of AES128 key length.
Parameters
None.
Returns
AES128 key string.
Example
Local string &genkey = GenSecureKey();
Related Topics