(PECL crack >= 0.1)
crack_check — Performs an obscure check with the given password
$dictionary
, string $password
)$password
)Performs an obscure check with the given password on the specified dictionary.
Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.
dictionaryThe crack lib dictionary. If not specified, the last opened dictionary is used.
passwordThe tested password.
Returns TRUE if password is strong, or FALSE otherwise.