Adam 2009-01-30
Documentation » Utilitiesphpbb_hash_crypt_private
The phpBB compatible crypt function/replacement
string phpbb_hash_crypt_private( string $password, string $setting, string $itoa64 )
Parameters
- string $password Input password
- string $setting phpBB compatible setting
- string $itoa64 Array of base64 characters (digits)
Returns
- string phpBB compatible password's hash
Last edited 2009-02-09 17:52:49
