SafeKey is a simple yet powerful password generator and manager built with HTML, CSS, and JavaScript.
It lets you generate strong, customizable passwords and save them locally in your browser.
- Generate secure passwords with:
- Uppercase / Lowercase letters
- Numbers
- Symbols
- Adjustable password length with slider
- Password strength indicator (weak, medium, strong)
- One-click copy to clipboard
- Save passwords with a custom title (stored in
localStorage) - View, toggle visibility ποΈ, and delete ποΈ saved passwords
- Minimal and responsive UI
- Visit the live demo here π SafeKey Live
- Or clone/download this repository.
- Open
index.htmlin your browser. - Generate your secure password and save it if needed.
- HTML5
- CSS3
- JavaScript
- LocalStorage for saving passwords
β If you like this project, consider giving it a star!