itsdangerousEasy Playground

Cryptographically sign data for untrusted channels

Getting started with itsdangerousRun locally
Install
pip install itsdangerous
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: itsdangerous)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?