Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.35 KB

File metadata and controls

55 lines (35 loc) · 1.35 KB

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.

Installation

Install password checker for offline use

git clone https://github.com/NabinSharmaitgithub/Password-checker.git
cd Password-checker

Deployment

To deploy Password-checker run

  Start a Apache web server or
  in Vs code install an extension named as "live server" and go live 

Folder Structure 📂

  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.

Releases

Password Checker