gammar
This commit is contained in:
parent
d79e7ccb8b
commit
f33dc10bed
|
@ -22,7 +22,7 @@
|
||||||
| bcrypt options
|
| bcrypt options
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| We could define the number of rounds the bcrypt algo will be using.
|
| Here you can define the number of rounds the bcrypt algo will be using.
|
||||||
|
|
|
|
||||||
| rounds: The two digit cost parameter is the base-2 logarithm of the
|
| rounds: The two digit cost parameter is the base-2 logarithm of the
|
||||||
| iteration count for the underlying Blowfish-based hashing
|
| iteration count for the underlying Blowfish-based hashing
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
| argon options
|
| argon options
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
|
||||||
| These settings could be adjusted depending on your hardware.
|
| These settings can be adjusted depending on your hardware.
|
||||||
|
|
|
|
||||||
| time: Maximum amount of time it may take to compute the Argon2 hash.
|
| time: Maximum amount of time it may take to compute the Argon2 hash.
|
||||||
| (default: 2)
|
| (default: 2)
|
||||||
|
|
Loading…
Reference in New Issue