🔐 encrypt.toolsALL TOOLS

-----BEGIN TOOLKIT-----

Two thousand years of secrets, one toolbox.

From Caesar's shift to AES-256 — 62 working cryptography tools that run entirely in your browser. Your keys, passwords, and plaintext never touch a server.

HASHED IN YOUR BROWSER AS YOU TYPE — THE WAY EVERY TOOL HERE WORKS

ZEROUPLOADS
ZEROACCOUNTS
8CATEGORIES
62LIVE TOOLS
TOOL DIRECTORY · 62 LIVE

Symmetric Encryption

VIEW ALL →

Encrypt and decrypt text with a shared secret key. Modern authenticated ciphers and legacy block modes, running entirely in your browser.

Public-Key Cryptography

VIEW ALL →

Generate key pairs, exchange keys, and encrypt with RSA and elliptic curves. Keys are generated locally and never uploaded.

Hashing & Checksums

VIEW ALL →

One-way functions for integrity, authenticity, and identity. Hash text and files with every digest from CRC8 to SHA-512.

Password Hashing & KDF

VIEW ALL →

Slow, salted, memory-hard functions built to protect credentials and derive keys from passwords.

PKI & Certificates

VIEW ALL →

Inspect, decode, and convert the certificate formats that underpin TLS — PEM, DER, and raw ASN.1 structures.

Encoding & Radix

VIEW ALL →

The formats data travels in — Base64, hex, URL escapes, JWTs, and every radix in between.

Classical Ciphers & CTF

VIEW ALL →

Two thousand years of pen-and-paper cryptography — and the analysis tools that break it. Built for learning and Capture The Flag.

Randomness & Secrets

VIEW ALL →

High-entropy passwords, passphrases, identifiers, and codes — generated by your browser's CSPRNG, never by a server.

WHY ENCRYPT.TOOLS

Your secrets never leave the browser.

Nothing is uploaded

Every tool runs client-side with the Web Crypto API and audited open-source libraries. Your keys, passwords, and plaintext are processed on your device and never sent to a server.

No account, no ads

There is nothing to sign up for and nothing to install. Open a tool and use it — free, with no tracking of what you encrypt or hash.

Real, verifiable crypto

Modern tools use the browser's native Web Crypto and vetted libraries like @noble and OpenPGP.js. Classical ciphers are checked against published test vectors.