This is a small tool I made one night to ensure that I understand password validation and strength. This simple console script can either create a strong password for the user to keep or can validate an existing one.
The rules I followed for validation are:
- Atleast 8 characters long
- Atleast one uppercase and one lowercase letter
- Atleast one number
- Atleast one special character