Free online password generator that creates strong, random passwords entirely in your browser. Private by design — nothing is uploaded or stored on a server.
Live demo: https://abhisekumar.github.io/password-generator/
- Generate secure passwords for accounts, APIs, and wifi
- Control length and character sets instantly
- See password strength update as you change options
- Works offline after the first load (static GitHub Pages app)
- Adjustable password length (4–64)
- Toggle uppercase, lowercase, numbers, and symbols
- Strength meter
- Show / hide, regenerate, and one-click copy
- Uses
crypto.getRandomValuesfor secure randomness - No accounts, no tracking, no server requests for generation
- Pure HTML, CSS, and JavaScript
- Hosted on GitHub Pages
- No build step and no dependencies
npx serve .Or open index.html in any modern browser.
- Canonical URL and Open Graph tags
- JSON-LD
WebApplicationschema robots.txt+sitemap.xml
MIT © Abhisek Kumar