Projects/Password quality
From K5Wiki
< Projects
Revision as of 08:40, 13 May 2010 by Tsitkova (talk | contribs) (New page: {{project-early}} The general focus of the password quality verification is to ensure that passwords are difficult to guess by attackers. The purpose of this project is to allow to set u...)
This is an early stage project for MIT Kerberos. It is being fleshed out by its proponents. Feel free to help flesh out the details of this project. After the project is ready, it will be presented for review and approval.
The general focus of the password quality verification is to ensure that passwords are difficult to guess by attackers. The purpose of this project is to allow to set up the password quality policy in terms of the password's
- syntax - length and character set requirements;
- resistance to the dictionary attack;
- history - to prevent re-using the password
Functional Requirements
- Should be implemented as a pluggable interface;
- Should be compatible with CrackLib toolkit.