An online password checker to evaluate the strongness of a password!
The criteria is based on Kaspersky: How to create a strong password, each parameter counts as one point. Each time the input
value changes, the criteria is recalculated and shows a different result depending on the total number of points.
git clone https://github.com/alesbe/pwd-security-checker
cd pwd-security-checker
npm install
npm start