Query: crack_check
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CRACK_CHECK(3) 1 CRACK_CHECK(3) crack_check - Performs an obscure check with the given passwordSYNOPSISbool crack_check (resource $dictionary, string $password)DESCRIPTIONbool crack_check NULL (string $password, string $username = "", string $gecos = "", resource $dictionary) Performs an obscure check with the given password on the specified dictionary. The alternative signature also takes into account the user- name 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.PARAMETERSo $dictionary - The crack lib dictionary. If not specified, the last opened dictionary is used. o $password - The password to be checked. o $username - The username of the account with the password. o $gecos - The GECOS information associated with the user account.RETURN VALUESReturns TRUE if $password is strong, or FALSE otherwise.CHANGELOG+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 0.3 | | | | | | | The $username, $gecos and $dictionary parameters | | | were added to the alternative signature. | | | | +--------+---------------------------------------------------+ PHP Documentation Group CRACK_CHECK(3)
| Related Man Pages |
|---|
| lusermod(8) - debian |
| wnnatod(1) - sunos |
| mssql_connect(3) - php |
| crack_check(3) - php |
| oci_password_change(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Moric |
| changing my username? |
| help adding a new user/password |
| Reset root OR crack old sco 3.2 machine |
| Username and password |