ACC SHELL

Path : /usr/share/YaST2/scrconf/
File Upload :
Current File : //usr/share/YaST2/scrconf/crack.scr

/**
 * File:	crack.scr
 * Summary:	Agent for testing passwords witch cracklib library
 * Author:	Jiri Suchomel <jsuchome@suse.cz>
 * Access:	read-only
 * See:		cracklib: /usr/share/doc/cracklib
 *
 * Example:
 *   Read(.crack, password)
 *   ("OK")
 **
 *   Read(.crack, "qqqqq")
 *   ("it doeas not contain enough DIFFERENT characters")
 *
 * Return value:
 *   error message if password is not strong enough, "OK" when OK
 *
 * $Id: crack.scr 13018 2003-12-11 12:52:53Z jhumpol $
 */
.crack

`ag_crack(
  `CrackAgent()
)

ACC SHELL 2018