Skip to content

man1328/Password_validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages