NuxRef

python-itsdangerous - Python library for passing trusted data to untrusted environments

Website: http://pythonhosted.org/itsdangerous/
License: BSD
Vendor: Fedora Project
Description:
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).

Packages

python-itsdangerous-0.22-1.el6.src [18 KiB] Changelog Dan Callaghan (2013-07-09):
- new upstream release 0.22