This commit is contained in:
Hugues Joyal
2018-03-19 15:26:46 -04:00
parent d79e7ccb8b
commit f33dc10bed

View File

@@ -22,7 +22,7 @@ return [
| 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 @@ return [
| 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)