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 $@#_*