python-itsdangerous

Various helpers to pass trusted data to untrusted environment - Python 2.x

Description

itsdangerous provides a module that is a port of the django signing module. It's not directly copied but some changes were applied to make it work better on its own.

itsdangerous allows web applications to use a key only it knows to cryptographically sign data and hand it over to someone else (e.g. a user). When it gets the data back it can easily ensure that nobody tampered with it.

This package provides the itsdangerous Python module for Python 2.x.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://pythonhosted.org/itsdangerous/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-itsdangerous