Fernet symmetric encryption for Django model fields, using the cryptography library.
django-fernet-fields
supports Django 4.2.5 and later on Python 3.10 and later.
Only PostgreSQL, SQLite, and MySQL are tested, but any Django database backend
with support for BinaryField
should work.