Hi experts.
I live in a country where Cyber attacks are beoming more and more common, bith against the private sector and the goverment sector.
As Such I want to enforce a more restrictive Password Policy seeing as the default AD password complexity rule will count "Aa123456" as a valid password as it covers the basic rules - it has 3 out of 5 available character types and it's longer than 8 characters.
I tried reading about custom policy filters and the passfilt.dll file but I can't make heads or tails of it. I need a way to enforce a password that covers all of the following:
Any help you can provide on the matter will be greatly appriciated!
Rethinking Password PoliciesThe human element
Users in a large organization frequently have many passwords, each protecting their account on a different system or application. Users are people, not machines, so their ability to securely manage passwords is intrinsically limited. In particular, it is hard for most people to remember:Without these constraints, password security would not be a problem and there would be no market for other authentication technologies. For example, if every password was changed every day, was remembered perfectly without being written down and consisted of 100 randomly chosen letters and digits, there would really be no need for authentication technologies other than passwords.
- Complicated passwords.
- Many different passwords.
- Passwords that change frequently.
- Passwords for systems that are used infrequently.
Effective password management is therefore taken to mean password management that is secure, user friendly and supportable within the confines of both technology and human behavior.
When people have trouble remembering their passwords, they usually resort to one or more of the following:Clearly, sound password management practices must take into consideration human limitations, to minimize bad behavior.
- Write down their passwords -- and reduce the security of systems to the security of their physical building, desk or wallet.
- Forget their passwords -- and require frequent assistance from an IT help desk.
- Choose very simple, easily compromised passwords.
- Reuse old passwords whenever possible.