django-fernet-fields
Fernet symmetric encryption for Django model fields, using the cryptography library.
django-fernet-fields
supports Django 1.11 and later on Python 2.7, 3.5, 3.6, 3.7, pypy, and pypy3.
Only PostgreSQL, SQLite, and MySQL are tested, but any Django database backend
with support for BinaryField
should work.
Getting Help
Documentation for django-fernet-fields is available at https://django-fernet-fields.readthedocs.org/
This app is available on PyPI and can be installed with pip install
django-fernet-fields
.
Contributing
See the contributing docs.