Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 414 Bytes

File metadata and controls

9 lines (7 loc) · 414 Bytes

Strong Password Detection

The password is strong if it satisfies the following conditions:

  1. length of the entered password should be not be greater than 15
  2. The entered password should have at least one numeral
  3. Password should have at least one lowercase letter
  4. The entered password should have at least one uppercase letter
  5. The entered password should have at least one of the symbols $@#_*