Password Strength Story - Online Visual Narrative
Evaluate password strength through a short interactive story where each character set adds lines to a narrative. Educational fun.
UD5 Toolkit
Instantly check if your password appears in the Top 10k Weak Password List. All checks performed locally in your browser — your password never leaves your device.
Enter a password above to check if it's in the weak password dictionary.
| Rank | Password | Type | Length |
|---|
Evaluate password strength through a short interactive story where each character set adds lines to a narrative. Educational fun.
Create secure passwords that look like gibberish words but are easy to pronounce and remember. Mix of syllables. Local generation.
Create a random long password that alternates consonants and vowels to mimic a pronounceable word. XKCD meets CVCV. Local.
Generate a bcrypt hash from a password with configurable salt rounds. Verify a password against a hash. Entirely client‑side.
Select your bin type and get a custom instruction on securing it with bungees, straps, or locks.
Request and release a screen wake lock to keep the device awake. See the lock state in real time. Perfect for recipes or presentations.
Simple interactive eye dominance test: hold up a virtual dot and see which eye stays aligned. Educational.
Toggle a screen wake lock to prevent the device from dimming or sleeping. See the lock state and learn the API.
Write upside down text using Unicode flipped characters. Copy and paste to surprise friends. Completely frontend and instant.
Press any key and see it light up on a standard QWERTY layout. Check functionality or demonstrate shortcuts.
Enter a word and get a list of perfect and near rhymes. Categorized by syllable count. Useful for songwriting and poems. Static data, local.
A sound-enabled spinning wheel with your custom options. Exciting animation and result reveal. Local only.
Set a 20, 30, or 45‑minute countdown to simulate a technical interview. Hidden/unhidden. Boost your prep.
Play pure tones at various frequencies to estimate your hearing range. Simple and educational.
Tap any key to measure beats per minute. Displays average BPM and beat interval in milliseconds. Essential for DJs and music production. No extra permissions.
Touch your screen and see the pressure and radius reported. Visualize force. Mobile developer tool.
Tap any key to the beat of a song and the tool calculates the BPM. Also shows average and millisecond delay for loops.
Measure your visual and auditory reaction speed. Average and best times shown. No data collected. Pure Javascript timing.
Enter a URL and click to check if it's reachable from your browser (CORS-limited, uses no-cors fetch). Quick manual test. Local only.
Search a curated dictionary of modern internet acronyms (IMO, TBH, IYKYK) and slang. Simple offline-capable reference. No tracking.
See your monitor's color depth and pixel depth. Detect if HDR or wide gamut is available using media queries.
Paste a GeoJSON object and validate its structure. Catch missing coordinates, wrong types, and feature errors. Local.
Enter a password and see the estimated time it would take to crack using brute force at different speeds. Educational.
Paste HTML and detect unclosed tags, invalid nesting, and duplicate IDs. Lightweight client‑side validation.
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.
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.
Paste your SQL query and check for basic syntax errors. Highlights missing commas, wrong keywords. Local analysis.
Type a password and see a bar that fills based on estimated bits of entropy. Color‑coded feedback. No storage.