AES Text Encrypt/Decrypt - Online Secure Message Tool
Encrypt and decrypt text using AES in the browser with a password. Uses Web Crypto API. No data sent to server.
UD5 Toolkit
Client-side encryption using Web Crypto API — AES & RSA
AES-GCM/CBC RSA-OAEP No Data UploadEncrypt and decrypt text using AES in the browser with a password. Uses Web Crypto API. No data sent to server.
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.
Sign a message with a private key and verify the signature with the public key. Learn digital signature flow.
Check which cipher suites a website supports and identify weak or outdated ones. Quick security audit from your browser.
Turn your normal message into 2000s SMS language (e.g., 'you' → 'u', 'great' → 'gr8'). Choose intensity level. Pure fun.
Generate strong, memorable passphrases using the Diceware word list (EFF). Choose number of words. Cryprographically random selection. Privacy guaranteed.
Write a message and set a future date. It will be hidden until that day. All stored locally with countdown.
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.
Generate ultra-secure, random passwords with configurable length and character sets. Created entirely on your device; never transmitted or stored.
Wrap your text inside an ASCII art frame or bubble. Multiple designs (speech bubble, box). Copy to clipboard.
Paste HTML and instantly remove all tags, leaving only the text content. Optional keep line breaks. Quick cleaning.
Search a curated dictionary of modern internet acronyms (IMO, TBH, IYKYK) and slang. Simple offline-capable reference. No tracking.
Create a realistic fake text message conversation. Choose iOS or Android style, set contact name, messages, and times. For laughs.
Paste a data: URL and instantly download the file it represents. Supports all MIME types. Simple extraction.
Generate a DKIM DNS record from a public key and selector. Check syntax. Improve your domain’s email deliverability.
Convert HTML to plain text while preserving paragraph breaks. Remove images, links, and scripts. Quick data extraction.
Use trigonometric functions in CSS to create circular animations and layouts without JavaScript. See the code.
Create smooth, animated CSS waves (like water or sound) by adjusting amplitude, colors, and speed. Copy the ready‑to‑use SVG/CSS code.
Create a strong, memorable password using 4 random common words. The famous xkcd method. Local wordlist.
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.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
Generate random but realistic‑looking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Experiment with exponential, square root, and hypotenuse functions in CSS. See live computed values. Modern CSS math.
Assign a CSS class to any emoji and generate a snippet that displays the emoji as a background image or pseudo element. Useful for icon systems.
Check if a website is globally reachable or experiencing issues. Status code and latency displayed. Quick browser-side test.
Attempt to detect your current DNS resolver IPs using DNS‑leak test queries. Educational. Privacy‑friendly.
Upload a font file or specify a URL and generate the complete @font‑face rule with modern formats and font‑display. Copy instantly.