xenc_key_AES_rand_create
Used to make a temporary session key.
xenc_key_AES_rand_create
(in name varchar,
in bits int);
Description
Used to make a temporary session key for AES encryption.
Parameters
name –
The name of the key.
bits –
Number of bits in generated key. The values supported are 128, 192 and 256 bits.
Example
xenc_key_AES_rand_create ('ses_key', 192);