Create strong passwords locally using your browser's cryptographic random number generator.
Client-side security
Passwords are generated entirely in your browser using the Web Crypto API. They are never sent to a server.
Customizable complexity
Adjust length and character sets to meet specific security requirements.
When it earns its keep
- Create unique passwords for new accounts
- Generate API keys or secrets
- replace weak passwords
Questions people ask
Is it safe?
Yes, because it runs locally. No data leaves your device.