• Stars
    star
    190
  • Rank 202,593 (Top 5 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created over 9 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fernet symmetric encryption for Django model fields

django-fernet-fields

Test status Test coverage Documentation Status Latest version

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.