Strong Password Generator
Generate cryptographically secure random passwords — pick length, character classes, exclude ambiguous chars. Entropy meter. Uses crypto.getRandomValues, nothing leaves your browser.
What makes a strong password?
- Length beats complexity: 16 lowercase+digits beats 8 of every class.
- Entropy ≥ 80 bits: safe for most accounts. ≥ 120 for banking / crypto wallets.
- Never reuse: one password per account. Use a password manager.
- Avoid personal data: names, birthdays — trivially guessable via OSINT.
Who this is for
Content writers, editors, SEO specialists, devs handling text/markdown — URL slugs, char counts, regex testing, SQL formatting.
FAQ
Does this support Vietnamese diacritics?
Yes. All text tools fully support Vietnamese Unicode, including modern diacritic rules.
Is my pasted text saved?
No. Text only exists in the current tab. Refresh or close = gone. TopDev stores nothing.
Related tools
See all tools →Regex Tester
Test regex live with match highlighting. 7 ready presets including Vietnamese.
NEWRemove Vietnamese diacritics
Strip diacritics for slugs, filenames, usernames, identifiers. Optional đ → d.
NEWURL Slug Generator
Title → SEO-clean URL slug. Strip diacritics, lowercase, custom separator.
NEWChar / Word / Line Counter
Real-time char/word/line/paragraph count + SEO meta (60/160) and tweet (280) meters.