dmarchuk / django-fernet-fields

Fernet symmetric encryption for Django model fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fernet symmetric encryption for Django model fields

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.7%Language:Makefile 0.3%