API
Generates a new encryption key using Fernet.
bytes
The encryption key.
Examples:
>>> key = generate_encryption_key() >>> isinstance(key, bytes) True
Logs: