Fernet-encrypted model fields for Django
Project description
Fernet symmetric encryption for Django model fields, using the cryptography library.
django-fernet-fields supports Django 1.8.2 and later on Python 2.7, 3.3, 3.4, 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.
CHANGES
0.4 (2015.09.18)
Add isnull lookup.
0.3 (2015.05.29)
Remove DualField and HashField. The only cases where they are useful, they aren’t secure.
0.2.1 (2015.05.28)
Fix issue getting IntegerField validators.
0.2 (2015.05.28)
Extract HashField for advanced lookup needs.
0.1 (2015.05.27)
Initial working version.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.