Password policy

A password policy is a set of rules designed to enhance computer security by encouraging users to employ strong passwords and use them properly. Password policies are often part of an organization's official regulations. The password policy can be advisory or mandated by inclusion of tests into a computer operating system.

Typical components of a password policy include:

Contents

Password length

Many policies require a minimum password length, typically 6 or 8 characters. Some systems impose a maximum length for compatibility with legacy systems.

Password formation

Some policies suggest or impose requirements on what type of password a user can choose, such as:

Other systems create the password for the users or let the user select one of a limited number of displayed choices.

Password duration

Some policies require users to change passwords periodically, e.g. every 90 or 180 days. Systems that implement such policies sometimes prevent users from picking a password too close to a previous selection.

Password hygiene

Password policies often include advice on proper password management such as:

Sanctions

Password policies may include progressive sanctions beginning with warnings and ending with possible loss of computer privileges or job termination. Where confidentiality is mandated by law, e.g. with classified information, a violation of password policy could be a criminal offense. Some consider a convincing explanation of the importance of security to be more effective than threats of sanctions.

Security considerations

The level of password strength required depends, in part, on how easy it is for an attacker to submit multiple guesses. Some systems limit the number of times a user can enter an incorrect password before some delay is imposed or the account is frozen. At the other extreme, some systems make available a specially hashed version of the password so anyone can check its validity. When this is done, an attacker can try passwords very rapidly and much stronger passwords are necessary for reasonable security. See: password cracking, password length equation. Stricter requirement are also appropriate for accounts with higher privileges, such as root or system administrator accounts.

Password policies are usually a tradeoff between theoretical security and the practicalities of human behavior. For example:

Other approaches are available that are generally considered to be more secure than simple passwords. These include use of a security token or one-time password system, such as S/Key. Programs like SSH allow remote access without exposing user passwords.

External Links

See also: Password policy, Classified information, Computer security, Identity management, Key derivation function, Legacy system, License plate, Logon, One-time password, Operating system