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 (3)

Label Occurrences
itsdangerous canonical 3
URLSafeSerializer 1
URLSafeTimedSerializer 1

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
designGoal framework-agnostic usage
simple API for signing data
distributionPlatform PyPI
documentationURL https://itsdangerous.palletsprojects.com/
ecosystem Python web development
implements Signer
TimestampSigner
URLSafeSerializer
linked to: itsdangerous

URLSafeTimedSerializer
linked to: itsdangerous
intendedUse generating signed tokens
protecting cookies
protecting trusted data in web applications
securely serializing data
securely signing data
license BSD-3-Clause License
linked to: BSD license
maintainer Pallets team
linked to: Pallets Projects
partOf Pallets projects
programmingLanguage Python
repositoryPlatform GitHub
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
Pallets ecosystem projects
Werkzeug

How these facts were elicited

Referenced by (5)

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
itsdangerous implements URLSafeSerializer
linked to: itsdangerous
itsdangerous implements URLSafeTimedSerializer
linked to: itsdangerous