Hash HMAC algo
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
namespace OCA\UserSQL\Crypto;
|
||||
|
||||
use OCA\UserSQL\Crypto\Param\IntParam;
|
||||
use OCP\IL10N;
|
||||
|
||||
/**
|
||||
@@ -72,7 +73,7 @@ class CryptBlowfish extends AbstractAlgorithm
|
||||
*/
|
||||
public function configuration()
|
||||
{
|
||||
return [new CryptoParam("Cost", 10, 4, 31)];
|
||||
return [new IntParam("Cost", 10, 4, 31)];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user