/django-fernet-fields

Fernet symmetric encryption for Django model fields

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

django-fernet-fields-v2

Fernet symmetric encryption for Django model fields, using the cryptography library and supports Django >=4.0 . django-fernet-fields-v2 supports Django 4.0 and later on Python 3.8, 3.9, and 3.10. 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.