django-fernet-fields-v2
Fernet symmetric encryption for Django model fields, using the
cryptography library and supports Django >=3.2 .
django-fernet-fields-v2
supports Django 3.2 and later on Python 3.8, 3.9, 3.10 and 3.11
Only PostgreSQL, SQLite, and MySQL are tested, but any Django database backend
with support for BinaryField
should work.
Getting Help
Fork of https://github.com/orcasgit/django-fernet-fields . See docs
there. The only changes made here are to support Django 4.
This app is available on PyPI and can be installed with django-fernet-fields-v2
.
Contributing
See the contributing
docs.