[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

Defines 1 class

argon2i:: (4 methods):
  __construct()
  get_algo_name()
  get_options()
  get_prefix()


Class: argon2i  - X-Ref

__construct(\phpbb\config\config $config, helper $helper, $memory_cost = 65536, $threads = 2, $time_cost = 4)   X-Ref
Constructor of passwords driver object

param: \phpbb\config\config $config phpBB config
param: \phpbb\passwords\driver\helper $helper Password driver helper
param: int $memory_cost Maximum memory (optional)
param: int $threads Number of threads to use (optional)
param: int $time_cost Maximum amount of time (optional)

get_algo_name()   X-Ref
{@inheritdoc}


get_options()   X-Ref
{@inheritdoc}


get_prefix()   X-Ref
{@inheritdoc}




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