Function: generateEncryptionKey()
generateEncryptionKey():
string
Defined in: encryption.ts:21
Generates a random 32-byte encryption key, hex encoded (64 characters). Store it in a secret manager or environment variable.
Returns
string
generateEncryptionKey():
string
Defined in: encryption.ts:21
Generates a random 32-byte encryption key, hex encoded (64 characters). Store it in a secret manager or environment variable.
string