Built with React 18, Vite.
Generates a strong password in the following modes:
- passphrase
- 2 - 10 words
- Capitalize and Numbers options
- password
- 11 - 100 characters
- Symbols and Numbers options
All code runs client side. No logging or analytics.
npm i
npm run build
npm run dev
npm run test
npm run test:coverage
npm run format