[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

Defines 1 class

bcrypt:: (5 methods):
  get_prefix()
  hash()
  check()
  get_random_salt()
  get_settings_only()


Class: bcrypt  - X-Ref

get_prefix()   X-Ref
{@inheritdoc}


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


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


get_random_salt()   X-Ref
Get a random salt value with a length of 22 characters

return: string Salt for password hashing

get_settings_only($hash, $full = false)   X-Ref
{@inheritdoc}




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1