← Pencilbox
Forge
strong passwords & passphrases
build v6.0
Forge builds strong passwords and memorable passphrases using your device's own cryptographic randomness (crypto.getRandomValues). Nothing is generated on a server and nothing is sent anywhere — close the tab and it's gone. Passphrases use the EFF long wordlist of 7,772 curated words.
Length20

Every character and word is chosen with crypto.getRandomValues using rejection sampling, so there's no bias. Strength is shown as entropy in bits — the number of yes/no guesses an attacker would need — with a crack-time estimate assuming a fast offline attacker (10 billion guesses per second). As a rough guide, aim for 70+ bits for important accounts. Nothing here is stored or transmitted; when in doubt, save new passwords straight into a password manager.

Questions & answers

Are the passwords generated securely?

Yes — they use your device's cryptographic random generator, and everything happens locally so a password is never sent anywhere.

Can I make a memorable passphrase?

Yes — as well as random-character passwords you can generate word-based passphrases that are easier to remember.

Is anything stored?

No. Generated passwords are never saved or uploaded — once you leave the page they're gone.