Password Generator
A random password from the character classes you choose, or a memorizable word-based passphrase.
This is generated in browser and is not sent to pah.moi servers.
About this tool2 paragraphs
Characters: a random password from the classes you choose (lower, upper, digits, symbols) at any length from 8 to 64, optionally skipping the look-alike glyphs 0 O o 1 l I.
Words: a memorizable word-based passphrase of 3 to 10 words drawn from the EFF Long Wordlist, which is built into this page. Either way the tool shows how many bits of entropy the result actually has, and the value is produced with the Web Crypto API.
Use it locally
This tool has a native command line twin. Build
passwd-cli from the site's source with:
cargo build --release --bin passwd-cliSource and licence terms