[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

Defines 1 class

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


Class: bcrypt_wcf2  - X-Ref

__construct(\phpbb\passwords\driver\bcrypt $bcrypt, helper $helper)   X-Ref
Constructor of passwords driver object

param: \phpbb\passwords\driver\bcrypt $bcrypt Salted md5 driver
param: \phpbb\passwords\driver\helper $helper Password driver helper

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