A cryptographically secure password generator that never leaves your browser.
PassForge generates cryptographically secure passwords and passphrases directly in your browser using the Web Crypto API's crypto.getRandomValues() โ the same source of randomness that powers TLS. You can dial in length, character sets, and complexity, or switch to a memorable multi-word passphrase. A real-time strength meter shows entropy in bits so you know exactly how strong your output is.
Because every password is generated locally on your device, there is no server that could log or leak it. The generated string exists only in your browser until you copy it and close the tab.
crypto.getRandomValues() โ a local browser API โ to generate entropy. The result is computed on your device and never transmitted anywhere.