pip install cryptography python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())" export FIELD_ENCRYPTION_KEY="your-generated-key-here