PasswordHash deprecated
final class PasswordHash (View source)
deprecated
IMPORTANT:
This is a clone of hautelook/phpass –a portable password hashing framework. This used to be delivered
via composer, but the package disappeared from there. In version 9 and above this file is not needed, but given
8.5.x's latest in life nature, it's easier for this to be copied as is into the core. Original file continues below:
Portable PHP password hashing framework.
Version 0.3 / genuine.
Written by Solar Designer
Properties
private | $itoa64 | ||
private | $iteration_count_log2 | ||
private | $portable_hashes | ||
private | $random_state |
Methods
Constructor
No description
No description
No description
No description
No description
No description
No description
No description
Details
__construct(int $iteration_count_log2, bool $portable_hashes)
Constructor
string
get_random_bytes(int $count)
No description
string
encode64(string $input, int $count)
No description
string
gensalt_private(string $input)
No description
string
crypt_private(string $password, string $setting)
No description
string
gensalt_extended(string $input)
No description
string
gensalt_blowfish(string $input)
No description
HashPassword(string $password)
No description
bool
CheckPassword(string $password, string $stored_hash)
No description