← ToolsGenerators
Password generator.
Random or memorable passwords with an entropy meter. Built on WebCrypto randomness.
!qZ{x.&-&scX<*#v75+:
🔒 Privacy — runs 100% locally
No uploads · no cookies · works offline after load. View Source if you don't believe it.
How to use.
- Drag the length slider (8–64) and toggle character sets.
- Watch the entropy meter — aim for 70+ bits for important accounts.
- Regenerate until you like one, then copy.
Related tools.
Generators
UUID v4
Bulk RFC-4122 v4 identifiers with cryptographically secure randomness. Copy as list, JSON or CSV.
Security
Keypair generator
RSA, EC (P-256/384/521) and AES keys via WebCrypto. Private keys stay masked until you reveal them.
Generators
QR generator
Text, URL, phone or Wi-Fi credentials to a scannable QR. Download as PNG or SVG.
FAQ.
Random or memorable?
Random for vaults and password managers; memorable (xkcd, 4 words ≈ 52 bits) for things you must type.
How is randomness sourced?
crypto.getRandomValues — the OS CSPRNG. Nothing is generated server-side because there is no server.