Python library for passing trusted data to untrusted environments
Itsdangerous is a Python library for passing data through untrusted environments (for example, HTTP cookies) while ensuring the data is not tampered with. Internally itsdangerous uses HMAC and SHA1 for signing by default and bases the implementation on the Django signing module. It also however supports JSON Web Signatures (JWS). Python 3 version.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.0.1-2.fc35 | - |
Fedora 35 | 2.0.1-2.fc35 | - |
Fedora 34 | 1.1.0-4.fc34 | - |
You can contact the maintainers of this package via email at
python-itsdangerous dash maintainers at fedoraproject dot org
.