Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Generator

Live Demo License: MIT

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/

Why use it

  • 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)

Features

  • Adjustable password length (4–64)
  • Toggle uppercase, lowercase, numbers, and symbols
  • Strength meter
  • Show / hide, regenerate, and one-click copy
  • Uses crypto.getRandomValues for secure randomness
  • No accounts, no tracking, no server requests for generation

Tech

  • Pure HTML, CSS, and JavaScript
  • Hosted on GitHub Pages
  • No build step and no dependencies

Run locally

npx serve .

Or open index.html in any modern browser.

SEO / discoverability

  • Canonical URL and Open Graph tags
  • JSON-LD WebApplication schema
  • robots.txt + sitemap.xml

Related tools

License

MIT © Abhisek Kumar

About

Free online password generator — strong random passwords in your browser

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages