iramzyy / Password-Validation

See if the password is strong enough

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password-Validation

See if the password is strong enough

Task: Write a program that takes in a string as input and evaluates it as a valid password. The password is valid if it has at a minimum 2 numbers, 2 of the following special characters ('!', '@', '#', '$', '%', '&', '*'), and a length of at least 7 characters.

If the password passes the check, output 'Strong', else output 'Weak'.

Create the above program in different programming languages.

About

See if the password is strong enough


Languages

Language:Java 31.4%Language:C++ 20.0%Language:Go 18.2%Language:C 15.5%Language:Swift 8.9%Language:Python 6.0%