Hash configuration
This commit is contained in:
@@ -49,6 +49,19 @@ class CryptSHA512 extends AbstractCrypt
|
||||
$this->rounds = $rounds;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function configuration()
|
||||
{
|
||||
return [
|
||||
[
|
||||
"name" => "rounds", "visible_name" => "Rounds", "default" => 5000,
|
||||
"min" => 1000, "max" => 999999999
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user