Password Checker is a small web application that helps users create stronger passwords by the help of suggestions
Comprehensive documentation, including usage guides, is available at Password Checker.
Install password checker for offline use
git clone https://github.com/NabinSharmaitgithub/Password-checker.git
cd Password-checkerTo deploy Password-checker run
Start a Apache web server or
in Vs code install an extension named as "live server" and go live password-checker/
├── index.html
├── css/
│ └── style.css
├── js/
│ ├── script.js (password strength + HIBP check)
│ └── matrix.js (falling binary animation)
└── README.md
The Password Checker website is created by Nabin sharma.
