Ajay-Raj-S / 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 28.7%Language:C++ 18.2%Language:Go 16.6%Language:C 14.1%Language:PHP 8.9%Language:Swift 8.1%Language:Python 5.4%