Contents

django-cryptography 1.1

0

Easily encrypt data in Django

Easily encrypt data in Django

Stars: 358, Watchers: 358, Forks: 64, Open Issues: 43

The georgemarshall/django-cryptography repo was created 8 years ago and the last code push was 1 weeks ago.
The project is popular with 358 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.

GitHub Issues

The django-cryptography package has 43 open issues on GitHub

  • Django 4.0 support
  • #62 Changes required to enable the use of Django 4.0
  • Added Django4.0 compatability
  • Add homomorphic encryption
  • force_text() removed in Django 4.0
  • Django 4.0
  • Upgrade results in InvalidSignature: Signature did not match digest.
  • BadSignature('Signature is not valid')

See more issues on GitHub

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.3.1

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