Home > PHP > Function > Crack > crack_check()

crack_check()

crack_check - Performs an obscure check with the given password

Syntax

bool crack_check (resource $dictionary, string $password, string $password, resource $dictionary, string $password, string $password)

Arguments

  • dictionary - The crack lib dictionary. If not specified, the last opened dictionary is used.
  • password - The tested password.
  • password
  • dictionary - The crack lib dictionary. If not specified, the last opened dictionary is used.
  • password - The tested password.
  • password

Description

Performs an obscure check with the given password on the specified dictionary.

Version

PHP PECL crack >= 0.1

Return value

Returns TRUE if password is strong, or FALSE otherwise.