Hi to all!
I am a beginner Java programmer. i would like to seek help on how to create a password strength meter.. the conditions are the following:
1. must have atleast 7 characters.
2. must contain atleast 1 number.
3. must contain atleast 1 small letter.
4. must contain atleast 1 capital letter.
5. must contain atleast 1 symbol.
thank you very much.
Dr.Kernel