Atbash Cipher – Reverse Alphabet Encryption
Apply the ancient Atbash cipher (A→Z, B→Y) to any text. Since it's self‑inverse, encoding and decoding use the same function. Fun for code puzzles.
UD5 Toolkit
Apply the ancient Atbash cipher (A→Z, B→Y) to any text. Since it's self‑inverse, encoding and decoding use the same function. Fun for code puzzles.
Encode or decode a string for use in a URL query parameter. See the raw and encoded versions. Dev tool.
Encrypt or decrypt text using the classical 5x5 Polybius square. Excludes J or merges I/J.
Encode or decode data to/from Base58 (Bitcoin alphabet). Useful for cryptocurrency address generation testing. Fully local, no data sent.
Escape HTML special characters to prevent XSS attacks, or unescape HTML entities back to original text. Essential for web developers. Runs locally.
Encode any file into a Base64 string that you can copy, or decode a Base64 string back to a downloadable file. Pure frontend.
Convert integers into short, unique, YouTube‑style IDs (hashids) and decode them back. Customize salt and minimum length.
Instantly convert plain text into HTML‑safe escaped characters for secure display in web pages. Prevent cross‑site scripting. All processing local.
Encode latitude/longitude into a geohash string and decode a geohash back to coordinates with precision info. Local algorithm.
Obfuscate strings using simple techniques to prevent casual reading. Useful for hiding spoilers or email addresses from bots. Decode with the same tool.
Hide your email address from scrapers by encoding it using HTML entities and CSS tricks. Still clickable for real users. Local generator.
Transform any image into a Base64 data URI for embedding directly into HTML, CSS, or JSON. Drag and drop support. Entirely browser-side conversion.
Convert your text into a string of emojis using a simple substitution cipher. Share secret messages that look fun. Decode them with the same tool. All local.