Contents

django-cryptography 1.1

0

Easily encrypt data in Django

Easily encrypt data in Django

Stars: 407, Watchers: 407, Forks: 88, Open Issues: 48

The georgemarshall/django-cryptography repo was created 9 years ago and the last code push was 1 years ago.
The project is popular with 407 github stars!

How to Install django-cryptography

You can install django-cryptography using pip

pip install django-cryptography

or add it to a project with poetry

poetry add django-cryptography

Package Details

Author
George Marshall
License
BSD-3-Clause
Homepage
https://github.com/georgemarshall/django-cryptography
PyPi:
https://pypi.org/project/django-cryptography/
Documentation:
https://django-cryptography.readthedocs.io
GitHub Repo:
https://github.com/georgemarshall/django-cryptography

Classifiers

  • Internet/WWW/HTTP
  • Security/Cryptography
No  django-cryptography  pypi packages just yet.

Errors

A list of common django-cryptography errors.

Code Examples

Here are some django-cryptography code examples and snippets.

Related Packages & Articles

django-cors-middleware 1.5.0

django-cors-middleware is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). Fork of django-cors-headers.

django-cors-headers 4.9.0

django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).