Strong Password Generator - Online Random Secure Passwords
Generate ultra-secure, random passwords with configurable length and character sets. Created entirely on your device; never transmitted or stored.
UD5 Toolkit
Modern, memory-hard password hashing — winner of the Password Hashing Competition
64 MB (65,536 KB). Use 128 MB or more for high-security applications.3. Use 5-10 for enhanced security.4).32 bytes (256 bits) is standard and sufficient.Argon2id.$argon2id$v=19$m=65536,t=3,p=4$salt$hash) contains all parameters needed for verification. Most Argon2 libraries provide a verify() function:argon2 npm package — argon2.verify(encodedHash, password)argon2-cffi — PasswordHasher().verify(encodedHash, password)password_verify($password, $encodedHash) (PHP 7.2+)golang.org/x/crypto/argon2$argon2id$v=19$m=65536,t=3,p=4$<base64-salt>$<base64-hash>$argon2id$ — variant identifier (i, d, or id)v=19 — Argon2 version (0x13 = 19 = version 1.3)m=65536 — memory cost in KBt=3 — time cost (iterations)p=4 — parallelism (lanes)$<salt>$<hash> — Base64-encoded salt and hash (without = padding)Generate ultra-secure, random passwords with configurable length and character sets. Created entirely on your device; never transmitted or stored.
Generate strong, memorable passphrases using the Diceware word list (EFF). Choose number of words. Cryprographically random selection. Privacy guaranteed.
Create a strong, memorable password using 4 random common words. The famous xkcd method. Local wordlist.
Generate a DKIM DNS record from a public key and selector. Check syntax. Improve your domain’s email deliverability.
Generate flowing geometric art by layering sine waves with different frequencies, amplitudes, and colors. Download SVG.
Encrypt and decrypt text using AES in the browser with a password. Uses Web Crypto API. No data sent to server.
Create a fake WhatsApp/iMessage chat screenshot. Customize names, messages, and timestamps. Just for fun.
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.
Encrypt and decrypt text using the browser's Web Crypto API. Supports AES‑GCM and subtle key generation. No server required.
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.
Create a realistic fake text message conversation. Choose iOS or Android style, set contact name, messages, and times. For laughs.
Search a curated dictionary of modern internet acronyms (IMO, TBH, IYKYK) and slang. Simple offline-capable reference. No tracking.
Generate random but realistic‑looking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Write notes that are encrypted in your browser before saving to localStorage. Only accessible with your passphrase.
Build perfect Open Graph meta tags for rich social media previews. Preview how your link will look on Facebook and LinkedIn. Structured data tools for better CTR.
Create styled text using Unicode math symbols that render as bold, italic, bold-italic, etc. Copy and paste to social media bios. Local generator.
Experiment with exponential, square root, and hypotenuse functions in CSS. See live computed values. Modern CSS math.
Wrap your text inside an ASCII art frame or bubble. Multiple designs (speech bubble, box). Copy to clipboard.
Upload a photo and turn it into an optimized Open Graph image with title overlay. Perfect for blog social shares. Canvas.
Create a 'drawing' effect for any SVG path. Adjust speed and delay. Copy the CSS and SVG code. No JS needed.
Upload a font file or specify a URL and generate the complete @font‑face rule with modern formats and font‑display. Copy instantly.
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.
Upload an image and convert it into a paint-by-numbers outline with numbered palette. Adjust complexity. Print and paint. Local processing.
Generate and print custom calligraphy practice sheets with adjustable x-height, slant angle, and base line. Perfect for copperplate or Spencerian.
Paste an article and click to black out words, leaving a poem. Print your final creation.
Write a message and set a future date. It will be hidden until that day. All stored locally with countdown.
Classic Hangman with random English words. Visual hangman drawing, keyboard support. Guess letters and save the stickman. Completely local.