Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
prefect.server.utilities.encryption
Encryption utilities
Functions
encrypt_fernet
encrypt_fernet(session: AsyncSession, data: Mapping[str, Any]) -> str
decrypt_fernet
decrypt_fernet(session: AsyncSession, data: str) -> dict[str, Any]