nabeelraza-7 / password-checker

A CLI to check if the entered password is a strong one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

password-checker

A CLI to check if the entered password is a strong one

Criteria of a strong password
1- Its length must be 8 or more characters long
2- It should contain symbols
3- It should contain letters
4- It should contain numbers

About

A CLI to check if the entered password is a strong one

License:MIT License


Languages

Language:Python 100.0%