Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichaIng <micha@dietpi.com>2020-10-09 21:18:32 +0300
committerGitHub <noreply@github.com>2020-10-09 21:18:32 +0300
commitab32344308e0eb74e0f06a28332170d9fac20a2a (patch)
tree10f3e817a94fa712f86168e213b2f36524032d40 /tests
parent2ec160aec8ec8d67e8cc42d9f2a83406768b7b6d (diff)
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>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions