Node port of itsdangerous python signer.
Node port of itsdangerous python signer.
NodeJS port of the Python itsdangerous module
Javascript port of the Python itsdangerous module with influence from the ReallyDangerous javascript module
Safely pass trusted data to untrusted environments and back.
Safely pass trusted data to untrusted environments and back.
Javascript port of the Python itsdangerous module with influence from the ReallyDangerous javascript module
URL-safe serialization with compression and HMAC signing
Encrypt JSON data into temporary tokens for untrusted environments.
Rust port of the popular itsdangerous python library for signing strings and sending them over untrusted channels.
HMAC Serialisers to cryptographically sign data like Python's ItsDangerous library but in rust.
HMAC Serialisers to cryptographically sign data like Python's ItsDangerous library but in rust.
A lightweight, self-hosted commenting service
A simple but effective sign library, written in Rust
A library for python dependency specifiers, better known as PEP 508
Sometimes you just want to send some data to untrusted environments. But how to do this safely? The trick involves signing. Given a key only you know, you can cryptographically sign your data and hand it over to someone else. When you get the data back you can easily ensure that nobody tampered with it.
Ruby port of itsdangerous python signer.