Cryptography

Encrypt, decrypt, share secrets and generate hashes, passwords and identifiers securely

Asymmetric cryptography

Generate or use key pairs to encrypt messages with a public key and decrypt them with a private key, ideal for reviewing secure exchange flows and integration tests.

Hash functions

Calculate hashes for text or files to compare integrity, reproduce signatures, validate checksums and review results with common algorithms such as SHA, MD5 or BLAKE2.

JSON Web Tokens (JWT)

Paste a JWT token to inspect its header and payload, review claims, verify the signature when you have the key and detect common authentication issues.

Share secrets

Create temporary links to share text or small files with encryption, password, expiration and read limits when you need to send sensitive data.

SSL Certificate Analyzer

Review TLS certificates for domains or IPs to see issuer, validity dates, alternative names, algorithms and trust chain data.

Strong password and passphrase generator

Generate random passwords with the length and characters you need, passphrases from the EFF word list, or numeric PINs. Each result shows its bits of entropy and how long a brute-force attack would take, and you can check your own password without it leaving your browser.

Symmetric cryptography

Protect messages or text snippets with a shared key, choose the algorithm and get encrypted or decrypted output for testing, secure exchange or technical validation.

UUID and ULID generator and decoder

Generate UUIDs of versions 1, 3, 4, 5, 6 and 7 or ULIDs, one at a time or a thousand at once, with or without hyphens, uppercase or in braces. Paste any identifier to find out its version, its variant, when it was created and how it is written as a GUID, URN, integer or Base64.

WordPress

Generate WordPress-compatible hashes or verify passwords against existing hashes for audits, controlled migrations and user database reviews.