[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/passwords/driver/ -> md5_phpbb2.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: 123 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

md5_phpbb2:: (5 methods):
  __construct()
  get_prefix()
  is_legacy()
  hash()
  check()


Class: md5_phpbb2  - X-Ref

__construct($request, salted_md5 $salted_md5, helper $helper, $phpbb_root_path, $php_ext)   X-Ref
Constructor of passwords driver object

param: \phpbb\request\request $request phpBB request object
param: \phpbb\passwords\driver\salted_md5 $salted_md5 Salted md5 driver
param: \phpbb\passwords\driver\helper $helper Driver helper
param: string $phpbb_root_path phpBB root path
param: string $php_ext PHP file extension

get_prefix()   X-Ref
{@inheritdoc}


is_legacy()   X-Ref
{@inheritdoc}


hash($password, $user_row = '')   X-Ref
{@inheritdoc}


check($password, $hash, $user_row = array()   X-Ref
{@inheritdoc}




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1