_hash_crypt_private (line 84)
phpBB: The crypt function/replacement Get the rows for the top given number of posters on the forum.
string
_hash_crypt_private
(string $password, string $setting, string &$itoa64)
-
string
$password: To encode
-
string
$setting: Encode settings in special format
-
string
&$itoa64: Lookup table used internally
_hash_encode64 (line 29)
phpBB: Encode hash
string
_hash_encode64
(string $input, integer $count, string &$itoa64)
-
string
$input: To encode
-
integer
$count: How many chars to encode
-
string
&$itoa64: Lookup table used internally