[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

/phpbb/passwords/driver/ -> salted_md5.php (summary)

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

Defines 1 class

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: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1