Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

4 Commits

Repository files navigation

How to validate Password
-------------------------
Rules:
------
Passwords must be at least 8 characters long.
Between 8-11: requires mixed case letters, numbers and symbols
Between 12-15: requires mixed case letters and numbers
Between 16-19: requires mixed case letters
20+: any characters desired
Perl File
---------
Please execute below command with desired password in order to validate it using perl.
1. Go to <Your-Path>/ProgrammingTest/PasswordValidation
2. perl passwordvalidator.pl "password"
Shell script (only for linux)
-----------------------------
It contains test cases for password validation. In order to see the test cases result, please execute below command.
1. Go to <Your-Path>/ProgrammingTest/PasswordValidation
2. sh passwordvalidationtest.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages