About PassForge
A small, focused tool for generating strong passwords and passphrases — built to be fast, private, and free.
What it is
PassForge is a free, browser-based password and passphrase generator. You can choose a length, pick which character types to include, or switch to a multi-word passphrase. Each result includes an entropy estimate so you can see at a glance how strong it is.
Why it was built
Most password generators ask you to trust a server you can't see. PassForge was built on a simpler idea: a password generator shouldn't need a server at all. The whole tool is a single page of HTML, CSS, and JavaScript — small enough to read, simple enough to verify.
It exists because strong, unique passwords still matter, and getting one shouldn't require an account, a download, or an ad-laden detour through three pop-ups.
How your data is handled
Passwords and passphrases are generated entirely in your browser using the platform's built-in crypto.getRandomValues() API. They are never transmitted over the network and never stored — not on a server, not in a database, not in your browser's storage.
When you close the tab, the generated value is gone. If you copy it, only your operating system clipboard holds it, and only until you copy something else.