Textpattern | PHP Cross Reference | Content Management Systems |
Description: (no description)
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PasswordHash:: (9 methods):
__construct()
PasswordHash()
get_random_bytes()
encode64()
gensalt_private()
crypt_private()
gensalt_blowfish()
HashPassword()
CheckPassword()
__construct($iteration_count_log2, $portable_hashes) line: 33 |
No description |
PasswordHash($iteration_count_log2, $portable_hashes) line: 48 |
No description |
get_random_bytes($count) line: 53 |
No description |
encode64($input, $count) line: 75 |
No description |
gensalt_private($input) line: 98 |
No description |
crypt_private($password, $setting) line: 108 |
No description |
gensalt_blowfish($input) line: 146 |
No description |
HashPassword($password) line: 187 |
No description |
CheckPassword($password, $stored_hash) line: 213 |
No description |
title