[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

Defines 1 class

helper:: (4 methods):
  get_combined_hash_settings()
  combine_hash_output()
  rebuild_hash()
  obtain_hash_only()


Class: helper  - X-Ref

get_combined_hash_settings($hash)   X-Ref
Get hash settings from combined hash

param: string $hash Password hash of combined hash
return: array An array containing the hash settings for the hash

combine_hash_output(&$data, $type, $value)   X-Ref
Combine hash prefixes, settings, and actual hash

param: array $data Array containing the keys 'prefix' and 'settings'.
param: string $type Data type of the supplied value
param: string $value Value that should be put into the data array
return: string|null Return complete combined hash if type is neither

rebuild_hash($prefix, $settings)   X-Ref
Rebuild hash for hashing functions

param: string $prefix Hash prefix
param: string $settings Hash settings
return: string Rebuilt hash for hashing functions

obtain_hash_only($hash)   X-Ref
Obtain only the actual hash after the prefixes

param: string        $hash The full password hash
return: string    Actual hash (incl. settings)



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1