[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 169 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
salted_md5:: (7 methods):
get_prefix()
is_legacy()
hash()
check()
generate_salt()
get_hash_settings()
get_settings_only()
Class: salted_md5 - X-Ref
get_prefix() X-Ref |
{@inheritdoc} |
is_legacy() X-Ref |
{@inheritdoc} |
hash($password, $setting = '') X-Ref |
{@inheritdoc} |
check($password, $hash, $user_row = array() X-Ref |
{@inheritdoc} |
generate_salt() X-Ref |
Generate salt for hashing method return: string Salt for hashing method |
get_hash_settings($hash) X-Ref |
Get hash settings param: string $hash The hash that contains the settings return: bool|array Array containing the count_log2, salt, and full |
get_settings_only($hash, $full = false) X-Ref |
{@inheritdoc} |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |