nextcloud/config
MichaIng ef18e45813 Fix Argon2 descriptions
The threads option for the password_hash function does not define the maximum allowed number of CPU threads to be used by the hashing algorithm but the exact number of threads that is used.

Similarly the memory_cost option for the password_hash function does not define the maximum allowed memory to be used by the hashing algorithm, but the exact amount of memory that is used by the hashing table. The minimum value is 8 KiB per thread.

The time_cost option for the password_hash function does not define the allowed time in seconds, but the number of iterations for the hash function.

If the minimum values are understood, the minimum values are used instead.

Signed-off-by: MichaIng <micha@dietpi.com>
2020-12-21 11:35:10 +00:00
..
.htaccess Add "Order" to assure that no parental "Allow" can grant access 2019-09-26 12:37:07 +02:00
CAN_INSTALL Block install without CAN_INSTALL file 2019-04-11 09:32:33 +02:00
config.sample.php Fix Argon2 descriptions 2020-12-21 11:35:10 +00:00