[ Index ]

PHP Cross Reference of BackPress

title

Body

[close]

/includes/ -> class.passwordhash.php (summary)

Portable PHP password hashing framework.

Version: 0.2 / genuine.
File Size: 263 lines (7 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PasswordHash:: (10 methods):
  __construct()
  PasswordHash()
  get_random_bytes()
  encode64()
  gensalt_private()
  crypt_private()
  gensalt_extended()
  gensalt_blowfish()
  HashPassword()
  CheckPassword()


Class: PasswordHash  - X-Ref

Portable PHP password hashing framework.

__construct($iteration_count_log2, $portable_hashes)   X-Ref
No description

PasswordHash($iteration_count_log2, $portable_hashes)   X-Ref
No description

get_random_bytes($count)   X-Ref
No description

encode64($input, $count)   X-Ref
No description

gensalt_private($input)   X-Ref
No description

crypt_private($password, $setting)   X-Ref
No description

gensalt_extended($input)   X-Ref
No description

gensalt_blowfish($input)   X-Ref
No description

HashPassword($password)   X-Ref
No description

CheckPassword($password, $stored_hash)   X-Ref
No description



Generated: Tue Mar 19 01:01:07 2024 Cross-referenced by PHPXref 0.7.1