Hash configuration
This commit is contained in:
@@ -67,6 +67,19 @@ class CryptBlowfish extends AbstractAlgorithm
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function configuration()
|
||||
{
|
||||
return [
|
||||
[
|
||||
"name" => "cost", "visible_name" => "Cost", "default" => 10,
|
||||
"min" => 4, "max" => 31
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the algorithm name.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user