A secure, client-side password generator. Generate strong passwords instantly — everything stays in your browser.
- Cryptographically secure generation (
crypto.getRandomValues) - Length, character sets, and ambiguous-character exclusion
- Strength meter and one-click copy
- Light / dark theme
- Preferences saved to
localStorage
npm install
npm run devnpm testnpm run build
npm run previewBuilt assets use base path / (Vercel / custom domain root).