Text Encrypt/Decrypt (Web Crypto) - Online AES & RSA
Encrypt and decrypt text using the browser's Web Crypto API. Supports AES‑GCM and subtle key generation. No server required.
UD5 Toolkit
Secure symmetric encryption using AES with CBC, ECB, CFB, OFB, CTR modes. All operations performed locally in your browser.
Encrypt and decrypt text using the browser's Web Crypto API. Supports AES‑GCM and subtle key generation. No server required.
Write notes that are encrypted in your browser before saving to localStorage. Only accessible with your passphrase.
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.
Decode a message hidden in a string of emojis (each emoji maps to a letter). Fun game for kids. Create your own.
Check which cipher suites a website supports and identify weak or outdated ones. Quick security audit from your browser.
Generate strong, memorable passphrases using the Diceware word list (EFF). Choose number of words. Cryprographically random selection. Privacy guaranteed.
Turn your normal message into 2000s SMS language (e.g., 'you' → 'u', 'great' → 'gr8'). Choose intensity level. Pure fun.
Sign a message with a private key and verify the signature with the public key. Learn digital signature flow.
Generate ultra-secure, random passwords with configurable length and character sets. Created entirely on your device; never transmitted or stored.
Write a message and set a future date. It will be hidden until that day. All stored locally with countdown.
Search a curated dictionary of modern internet acronyms (IMO, TBH, IYKYK) and slang. Simple offline-capable reference. No tracking.
Use your webcam to record a video clip and download it as WebM. Adjust resolution and see a preview. Works offline.
Use your webcam to record a video clip and download it as WebM. Adjust resolution. Works offline. Privacy‑friendly.
Wrap your text inside an ASCII art frame or bubble. Multiple designs (speech bubble, box). Copy to clipboard.
Create a strong, memorable password using 4 random common words. The famous xkcd method. Local wordlist.
Create a realistic fake text message conversation. Choose iOS or Android style, set contact name, messages, and times. For laughs.
Paste HTML and instantly remove all tags, leaving only the text content. Optional keep line breaks. Quick cleaning.
Use your webcam to take selfies. Add a simple frame or filter, then download the picture. No upload, just fun.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
Use trigonometric functions in CSS to create circular animations and layouts without JavaScript. See the code.
Draw and edit SVG vector graphics in the browser. Basic shapes, text, and freehand. Export raw SVG code or as a file. No server, fully local.
Generate a DKIM DNS record from a public key and selector. Check syntax. Improve your domain’s email deliverability.
Paste an article and click to black out words, leaving a poem. Print your final creation.
Create styled text using Unicode math symbols that render as bold, italic, bold-italic, etc. Copy and paste to social media bios. Local generator.
Create smooth, animated CSS waves (like water or sound) by adjusting amplitude, colors, and speed. Copy the ready‑to‑use SVG/CSS code.
Convert HTML to plain text while preserving paragraph breaks. Remove images, links, and scripts. Quick data extraction.
Enter an amount and see a virtual stack of $100 bills with height comparison to everyday objects.
Create a fake WhatsApp/iMessage chat screenshot. Customize names, messages, and timestamps. Just for fun.
Classic hangman with linguistic terms (adjective, participle, etc.). Solidify your grammar vocabulary.
Turn every line of a text file into a separate JSON object in a JSONL file. Configure key name and add line numbers. Perfect for data importing.