itsdangerous

E431937

itsdangerous is a Python library for securely signing and serializing data, commonly used in web applications to protect cookies and other trusted data.

All labels observed (1)

Label Occurrences
itsdangerous canonical 3

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Python library
software package
category cryptography-related library
security library
web development library
compatibleWith Python 3
creator Armin Ronacher NERFINISHED
designGoal framework-agnostic usage
simple API for signing data
distributionPlatform PyPI NERFINISHED
documentationURL https://itsdangerous.palletsprojects.com/
ecosystem Python web development
implements Signer NERFINISHED
TimestampSigner NERFINISHED
URLSafeSerializer NERFINISHED
URLSafeTimedSerializer NERFINISHED
intendedUse generating signed tokens
protecting cookies
protecting trusted data in web applications
securely serializing data
securely signing data
license BSD-3-Clause License NERFINISHED
maintainer Pallets team NERFINISHED
partOf Pallets projects
programmingLanguage Python
repositoryPlatform GitHub NERFINISHED
securityProperty binds data to a secret key
detects modification of tokens
prevents tampering of signed data
sourceCodeURL https://github.com/pallets/itsdangerous
supportsFeature HMAC-based signing
JSON serialization
URL-safe data signing
compact token generation
custom serializers
salted signatures
secret-key based signing
signature expiration
signature verification
timestamped signatures
supportsUseCase API authentication tokens
email confirmation tokens
password reset tokens
signed session data
usedBy Flask NERFINISHED
Pallets ecosystem projects
Werkzeug NERFINISHED

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Armin Ronacher knownFor itsdangerous
Armin Ronacher created itsdangerous
Armin Ronacher maintained itsdangerous