crypt.generatekey
Generates and returns a random key. Frequently used in combination with with crypt.encrypt and crypt.decrypt.
crypt.generatekey(keylength: number?): stringGenerates and returns a random key. Frequently used in combination with with crypt.encrypt and crypt.decrypt.
crypt.generatekey(keylength: number?): string