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
Online Apache Password Encrypter — Generate secure .htpasswd entries instantly
.htpasswd file on your Apache server./etc/apache2/.htpasswd or specified via AuthUserFile directive.
.htaccess files to protect directories, admin panels, staging sites, and private resources from unauthorized access..htpasswd file (one user per line). Ensure your .htaccess file references it with AuthUserFile /path/to/.htpasswd. Then set AuthType Basic, AuthName "Restricted Area", and Require valid-user. After updating, restart or reload Apache with sudo systemctl reload apache2 (or httpd). Always store the .htpasswd file outside the web root for security.crypto.getRandomValues) for salt generation. You can verify this by disconnecting from the internet — the tool works completely offline.htpasswd -B default is cost 5, but we recommend at least 10..htpasswd file — each user on its own line. For bulk operations, you can use the command-line htpasswd tool: htpasswd -bB /path/to/.htpasswd username password. This online tool is ideal for quick individual entries when you don't have CLI access..htpasswd format is primarily associated with Apache, but Nginx also supports it for HTTP basic authentication via the auth_basic_user_file directive. The APR1 MD5 and bcrypt formats are widely compatible. However, Nginx may require the httpd-tools package or specific modules. Always test your configuration after deploying.Encrypt and decrypt text using AES in the browser with a password. Uses Web Crypto API. No data sent to server.
Type a modern English word and get a possible Old English equivalent. Works offline with a limited but curated wordlist. Learn history.
Scale a jerky marinade recipe based on meat weight. Includes optional cure #1 calculation for safety.
Press any key to see the corresponding JavaScript event key, code, and keyCode. An essential debugging tool for front-end developers handling keyboard input.
Strip specific or all attributes from HTML tags. Clean up messy code. Keep the structure. Purely local.
Press a combination of modifier keys and see which common macOS shortcuts use them. Learn by experimentation.
Press any key and see the full KeyboardEvent object: key, code, keyCode, modifier status. Dev tool.
Check if a URL can be embedded in an iframe. Test your site’s defense against clickjacking. Browser‑based.
Fill in event details and generate 'Add to Calendar' links for Google, Outlook, and Yahoo, plus a downloadable .ics file.
Calculate the entropy (in bits) of a password based on character pool size and length. Visual strength meter with crack time estimation. Local only.
Build Apache mod_rewrite rules for redirects or clean URLs. Fill in simple fields and get the .htaccess code.
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
Enter a password and see the estimated time it would take to crack using brute force at different speeds. Educational.
Check if a password appears in the Have I Been Pwned database using k‑Anonymity. Only the first 5 characters of the hash are sent.
Generate a bcrypt hash from a password with configurable salt rounds. Verify a password against a hash. Entirely client‑side.
Derive a strong cryptographic key from a password using PBKDF2 with SHA‑256. Adjust iterations and salt. Educational and test tool.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
Hash passwords using the bcrypt algorithm with configurable cost factor. Also verify a password against a stored hash. All local.
Create a random long password that alternates consonants and vowels to mimic a pronounceable word. XKCD meets CVCV. Local.
Evaluate password strength through a short interactive story where each character set adds lines to a narrative. Educational fun.
Type a password and see a bar that fills based on estimated bits of entropy. Color‑coded feedback. No storage.
Create secure passwords that look like gibberish words but are easy to pronounce and remember. Mix of syllables. Local generation.
Paste your .htaccess rules and check for common syntax errors or misconfigurations. No server required; static analysis.
Store passwords and notes encrypted with a master passphrase. Data lives only in your browser's localStorage. No cloud.
Create a strong, memorable password using 4 random common words. The famous xkcd method. Local wordlist.
Paste a raw server log snippet and see a structured table with IP, method, URL, and status. Quick audit.
Compare your password against a built‑in list of the 10,000 most common passwords. Instant warning if it appears.
Tell if your password has appeared in data breaches without sending the full password. Uses hash prefix locally.
Generate encrypted passwords for .htaccess basic authentication. Create .htpasswd entries using bcrypt, MD5, or SHA. Server admin utility, local compute.
Generate ultra-secure, random passwords with configurable length and character sets. Created entirely on your device; never transmitted or stored.