Metadata-Version: 2.1
Name: django-fernet-fields-v2
Version: 0.8
Summary: Fernet-encrypted model fields for Django
Home-page: https://github.com/MichelML/django-fernet-fields/
Author: MichelML, ORCAS, Inc
Author-email: MichelML <michmoreau.l@gmail.com>
Project-URL: Homepage, https://github.com/MichelML/django-fernet-fields
Project-URL: Bug Tracker, https://github.com/MichelML/django-fernet-fields/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: AUTHORS.md

  django-fernet-fields-v2
  ------------------------------------------------------------------------------------------------------------------------
  [Fernet](https://cryptography.io/en/latest/fernet/) symmetric encryption for Django model fields, using the
  [cryptography](https://cryptography.io/en/latest/) library and supports Django \>=4.0 .
  `django-fernet-fields-v2` supports [Django](http://www.djangoproject.com/) 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.

# Contributing

See the [contributing
docs](https://github.com/MichelML/django-fernet-fields/blob/master/CONTRIBUTING.rst).
