Hash configuration
This commit is contained in:
@@ -143,6 +143,19 @@ class Phpass extends AbstractAlgorithm
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function configuration()
|
||||
{
|
||||
return [
|
||||
[
|
||||
"name" => "iterations", "visible_name" => "Iterations (log2)",
|
||||
"default" => 8, "min" => 4, "max" => 31
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user