SHA-1 based filter: passwords. More...
Public Member Functions | |
__construct ($binary=false) | |
isBinary () | |
apply ($value) | |
Static Public Member Functions | |
static | create ($binary=false) |
Private Attributes | |
$binary = false |
SHA-1 based filter: passwords.
Definition at line 17 of file HashFilter.class.php.
HashFilter::__construct | ( | $ | binary = false |
) |
Definition at line 21 of file HashFilter.class.php.
References $binary.
HashFilter::apply | ( | $ | value | ) |
Implements Filtrator.
Definition at line 39 of file HashFilter.class.php.
static HashFilter::create | ( | $ | binary = false |
) | [static] |
Definition at line 29 of file HashFilter.class.php.
References $binary.
Referenced by Filter::hash().
HashFilter::isBinary | ( | ) |
Definition at line 34 of file HashFilter.class.php.
HashFilter::$binary = false [private] |
Definition at line 19 of file HashFilter.class.php.
Referenced by __construct(), and create().