1
Answer

Password Validation in C#

mary jean ligas

mary jean ligas

11y
1.3k
1

I am planning to create a Password security that uses a 4 checkboxes in every uppercase letter, lower case letter, alpha, and numeric, once the admin tic a checkbox to chose from 4 the password validation will allow to do the security, combination of four also allowed..

Please help me to build the concept or direct me on any article related on my plan..

Password Strength:

   o uppercase
   o lowercase
   o alpha
   o numeric

Thank you so much!!



 


 

Answers (1)