[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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: | 84 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |