itsdangerous

Package — SecurityPython 3.7+Advanced

Cryptographically sign data for untrusted channels

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install itsdangerous

Learn by Difficulty

Quick Example

python
# Install: pip install itsdangerous
import itsdangerous

# Basic itsdangerous usage
print(f"Using itsdangerous")
# See documentation for detailed examples

itsdangerous is a third-party package. Cryptographically sign data for untrusted channels. Install with: pip install itsdangerous

Try in Playground

Tags

packagesecuritycryptographyauthentication