Cryptographically strong passwords in one click
Password Generator Next creates strong passwords via the Web Crypto API. Adjust length and character set, copy the result, and keep a local generation history.
Passwords are generated with the Web Crypto API so randomness comes from the secure generator built into the browser — not Math.random.
Dial length and toggle character classes (upper, lower, digits, symbols) to match site requirements without weakening entropy more than you must.
Generate and copy in the popup when you are creating an account. The UI confirms when the clipboard write succeeds.
Recent passwords can be kept locally so you can copy again if a form rejects the first paste. History never leaves the browser.
Set how many recent entries to retain in options. Lower the limit on shared machines if you prefer minimal traces.
Generation is fully offline. The extension does not send passwords or options to any server.
Beautiful JSON right in the browser
Userscript manager for Manifest V3
Password-lock your browser in a second