ItsDangerous

E431941

ItsDangerous is a Python library from the Pallets Projects ecosystem that provides secure, cryptographically signed data serialization for tasks like generating tokens and safely transmitting data.

All labels observed (1)

Label Occurrences
ItsDangerous canonical 3

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Python library
software library
category cryptography-related library
security library
web development utility
commonUseCase email confirmation tokens
one-time tokens
password reset tokens
session token generation
signed URLs
designGoal framework-agnostic usage
prevent tampering with serialized data
provide a simple API for signing data
developer Pallets team
distribution PyPI NERFINISHED
ecosystem Pallets Projects NERFINISHED
feature URL-safe serialization
signing data with a secret key
support for JSON serialization
support for custom serializers
support for different cryptographic algorithms
timestamped signatures
verifying signed data
implementationLanguage Python NERFINISHED
license BSD-3-Clause license NERFINISHED
maintainer Pallets maintainers
primaryPurpose cryptographically signed data serialization
secure data serialization
programmingLanguage Python
relatedProject Click NERFINISHED
Flask NERFINISHED
Jinja NERFINISHED
Werkzeug NERFINISHED
repositoryHosting GitHub NERFINISHED
supportsAlgorithm HMAC NERFINISHED
SHA-1
SHA-256
supportsFeature expiration of tokens
salted signatures
versioned signatures
targetAudience Python web developers
security-conscious application developers
typicalIntegration Flask NERFINISHED
Werkzeug NERFINISHED
other Pallets projects
useCase generating tokens
safely transmitting data

How these facts were elicited

Referenced by (3)

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

Pallets Projects notableWork ItsDangerous
Pallets Projects maintains ItsDangerous
Pallets Projects hasComponent ItsDangerous