Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 522 Bytes

README.rst

File metadata and controls

15 lines (11 loc) · 522 Bytes

cav-django-fernet-fields

Fernet symmetric encryption for Django model fields, using the cryptography library.

django-fernet-fields supports Django 4.2.5 and later on Python 3.10 and later.

Only PostgreSQL, SQLite, and MySQL are tested, but any Django database backend with support for BinaryField should work.