# CryptaWolf Password Checker is a small web application that helps users create stronger passwords by the help of suggestions ## Demo

## Documentation Comprehensive documentation, including usage guides, is available at [Password Checker](https://raw.githubusercontent.com/NabinSharmaitgithub/Password-checker/refs/heads/main/README.md). ## Installation Install password checker for offline use ```bash git clone https://github.com/NabinSharmaitgithub/Password-checker.git cd Password-checker ``` ## Deployment To deploy Password-checker run ```bash Start a Apache web server or in Vs code install an extension named as "live server" and go live ``` # Folder Structure :open_file_folder: ```bash password-checker/ ├── index.html ├── css/ │ └── style.css ├── js/ │ ├── script.js (password strength + HIBP check) │ └── matrix.js (falling binary animation) └── README.md ``` ## Creater The Password Checker website is created by [Nabin sharma](https://github.com/NabinSharmaitgithub/). ## Releases [Password Checker](https://github.com/NabinSharmaitgithub/Password-checker/releases)