[BACK]Return to crypt.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcrypt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libcrypt/crypt.3 between version 1.31 and 1.32

version 1.31, 2021/10/12 17:27:26 version 1.32, 2021/10/12 21:41:13
Line 252  We parameterize on three variables.
Line 252  We parameterize on three variables.
 First, m_cost (m), specifies the memory usage in KB.  First, m_cost (m), specifies the memory usage in KB.
 Second, t_cost (t), specifies the number of iterations.  Second, t_cost (t), specifies the number of iterations.
 Third, parallelism (p) specifies the number of threads.  Third, parallelism (p) specifies the number of threads.
 this is currently ignored and one thread will always be used.  This is currently ignored and one thread will always be used.
 A valid Argon2 encoded password looks similar to  A valid Argon2 encoded password looks similar to
 .Bd -literal  .Bd -literal
 $argon2id$v=19$m=4096,t=6,p=1$qCatF9a1s/6TgcYB$ \  $argon2id$v=19$m=4096,t=6,p=1$qCatF9a1s/6TgcYB$ \

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>