Argon2 Hash Generator - Online Modern Password KDF
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
UD5 Toolkit
Password-Based Key Derivation Function 2 — derive cryptographic keys from passwords using HMAC-based stretching.
crypto.subtle.deriveBits), which leverages the operating system's cryptographic primitives. In most modern browsers, PBKDF2 computations are offloaded to a separate thread, keeping the UI responsive. The API requires a secure context (HTTPS or localhost) and supports SHA-1, SHA-256, SHA-384, and SHA-512 as the underlying HMAC hash.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
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 Time‑based One‑Time Passwords locally by entering a base32 secret. Verify your authenticator setup without a phone.
Experiment with the Federated Credential Management API. Simulate a sign‑in flow without third‑party cookies. Privacy‑first.
Enter a three‑letter currency code like USD or EUR and instantly see the corresponding symbol and number of decimals. Quick developer reference.
Enter a hexadecimal string and decode it as a 32‑bit or 64‑bit floating‑point number. Low‑level developer tool.
Identify common invertebrate fossils (ammonite, trilobite, brachiopod) from sketches. Amateur paleontology.
Enter a decimal number and see its 32‑bit and 64‑bit IEEE 754 representation. Learn sign, exponent, mantissa.
See how a computer decides even/odd by looking at the least significant bit. Enter decimal or binary.
Paste an HTML table snippet and instantly get the data as CSV or JSON. Handy for scraping and data migration. Local.
Paste a human‑readable date (like 'next Friday' or 'March 5, 2023') and convert it to ISO 8601 format. Quick and tolerant.
Paste an image from your clipboard directly into the page (Ctrl+V) and extract its color palette. No file dialog needed.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Trace the edge of an object in an image and generate a CSS clip‑path polygon. For non‑rectangular layouts.
Use the new `name` attribute on <details> to create an exclusive accordion with zero JavaScript. Copy the clean HTML.
Extract all email addresses from a text block using a regex pattern. Deduplicate and sort results. Handy for lead extraction. Data stays on your machine.
Check WHOIS information for any domain: registrar, expiration date, and name servers. Quick and private using public WHOIS data aggregators.
Configure and generate a pure CSS accordion with details/summary styling. Copy the HTML/CSS. Accessible and lightweight.
Overlay a protractor to understand ideal hoof‑pastern axis. Educational for horse owners.
Comprehensive room‑by‑room checklist for hosts. Track tasks and timing.
Log when you last replaced the filter and get a reminder every 2‑4 weeks. Keep your pet's water fresh.
Enter a username and password to generate an .htpasswd entry using bcrypt. Runs entirely in browser.
Calculate the entropy (in bits) of a password based on character pool size and length. Visual strength meter with crack time estimation. Local only.
Analyze letter/symbol frequency with an interactive bar chart and heatmap. Useful for breaking simple ciphers, linguistics, and SEO keyword analysis. Local processing.
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
Generate strong random strings for API tokens, session secrets, or encryption keys. Uses crypto.getRandomValues().
Enter a password and see the estimated time it would take to crack using brute force at different speeds. Educational.
Generate a bcrypt hash from a password with configurable salt rounds. Verify a password against a hash. Entirely client‑side.
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.