crack_checkPerforms an obscure check with the given password Description
bool crack_check
( resource
$dictionary
, string $password
)
bool crack_check
( string
$password
, string $username = ""
, string $gecos = ""
, resource $dictionary = NULL
)Performs an obscure check with the given password on the specified dictionary. The alternative signature also takes into account the username and the GECOS information. Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Parameters
Return Values
Returns Changelog
|