Property | Type | Description | |
---|---|---|---|
$count | |||
$hash_algorithm | |||
$salt | |||
$type |
Method | Description | |
---|---|---|
__construct ( $salt = 'BADSALT', $hash_algorithm = 10, $count = 65536, $type = 3 ) | ||
iterate ( $s ) | ||
make_key ( $pass, $size ) | ||
parse ( &$input ) | ||
raw_hash ( $s ) | ||
sized_hash ( $s, $size ) | ||
to_bytes ( ) |
public __construct ( $salt = 'BADSALT', $hash_algorithm = 10, $count = 65536, $type = 3 ) |