logo_kerberos.gif

Difference between revisions of "Projects/Password quality"

From K5Wiki
Jump to: navigation, search
(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...)
 
(remove from the queue as the project was continued under the title "Password quality pluggable interface")
 
Line 1: Line 1:
{{project-early}}
 
  +
Continued in [[Projects/Password quality pluggable interface]]
 
   
 
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
 
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

Latest revision as of 18:25, 25 February 2011

Continued in Projects/Password quality pluggable interface

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.