django-cryptography 1.1
0
Easily encrypt data in Django
Contents
Easily encrypt data in Django
Stars: 382, Watchers: 382, Forks: 75, Open Issues: 46The georgemarshall/django-cryptography
repo was created 8 years ago and the last code push was 1 months ago.
The project is popular with 382 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
Related Packages
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 46 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')