Write a password policy that your company will have to follo
Write a password policy that your company will have to follow to ensure strong passwords.
Solution
To ensure strong passwords, the password policies of the company should be:
1. The password should be of minimum 8 characters long.
2. The password should contain atleast one lower case alphabet.
3. The password should contain atleast one higher case alphabet.
4. The password should contain atleast one digit in it.
5. The password shoule contain atleast one special character in it.
Enforcing all the five rules, will lead a real strong password, and any brute force attack to crack the password will takes ages to do so.
And finally, if we impose to change the password at regular intervals, it will be next to impossible to crack such passwords.
