Interactive Tools

Free, client-side cryptography tools — your data never leaves your browser

Privacy First

All tools on this page run entirely in your browser. No data is sent to any server. You can even use these tools offline after the page has loaded.

Caesar Cipher Tool

Encrypt or decrypt text using the Caesar cipher. Shift each letter by a fixed number of positions.

Results appear here

Vigenere Cipher Tool

Encrypt or decrypt using the Vigenere cipher with a keyword. Much stronger than Caesar for long messages.

Results appear here

Password Strength Checker

Check how strong your password is. Analysis runs entirely in your browser — nothing is transmitted.

Enter a password to check
Tips: Use at least 12 characters, mix character types, avoid dictionary words, and never reuse passwords across services.

Hash Calculator

Compute cryptographic hashes using MD5, SHA-1, and SHA-256. All computation happens in your browser.

Morse Code Converter

Convert text to Morse code or decode Morse code back to text. Separate Morse characters with spaces, words with " / ".

Results appear here

Base64 Encoder / Decoder

Encode text to Base64 or decode Base64 back to text. Note: Base64 is encoding, not encryption — it provides no security.

Results appear here

XOR Cipher Tool

Encrypt or decrypt using the XOR cipher with a key. XOR is a fundamental operation in many modern encryption algorithms.

Results appear here

Rail Fence Cipher Tool

Encrypt or decrypt using the Rail Fence transposition cipher. Letters are written in a zigzag pattern across multiple rails.

Results appear here

Atbash Cipher Tool

Transform text using the Atbash cipher — the alphabet is reversed (A↔Z, B↔Y, etc.). Encryption and decryption are the same operation.

Results appear here

ROT13 Tool

Apply ROT13 — a Caesar cipher with shift 13. Applying twice returns the original text. Commonly used to hide spoilers online.

Results appear here