Create a Password verifications class called PasswordVerifier. Add the following verifications to a master function called Verify()
-
password should be larger than 8 chars
-
password should not be null
-
password should have one uppercase letter at least
-
password should have one lowercase letter at least
-
password should have one number at least
-
password should have one special char