Home | History | Annotate | Download | only in pwhash
History log of /src/usr.bin/pwhash/pwhash.1
RevisionDateAuthorComments
 1.11  20-Oct-2021  nia Update remarks on default parameters for Argon2.
 1.10  12-Oct-2021  nia Fix release builds with MKARGON2=yes

This changes argon2 from a separately built library into a private
dependency of libcrypt and removes the argon2(1) utility (we already
have pwhash(1)). Giving libcrypt more library dependencies
complicates things (e.g. libcrypt is a dependency of openssl).
pthreads support gets disabled in argon2 for similar reasons.

For testing argon2, we rely on the libcrypt test suite.
 1.9  21-Oct-2019  jhigh adding argon2 support to libcrypt. argon2 user authentication now
available via MKARGON2=yes (3 variants supported; argon2id recommended)
before using, please read argon2 paper at
https://github.com/P-H-C/phc-winner-argon2
 1.8  24-May-2016  abhinav branches: 1.8.16;
md5 is a hashing algorithm, don't say it is used for encryption.
Ok by wiz@
 1.7  16-Oct-2009  wiz Reflow to < 80 chars.
 1.6  15-Oct-2009  hubertf Make the format for -k clearer
 1.5  17-Nov-2004  wiz branches: 1.5.34; 1.5.40;
Merge single-letter options; sync order in man page and usage.
 1.4  13-Oct-2004  snj Bump date for last and slightly improve wording.
 1.3  12-Oct-2004  sjg Apply patch from PR 26779
and update man page (not quite per PR 26780).
 1.2  02-Oct-2002  wiz Add NetBSD RCS Id. Sort options.
 1.1  01-Oct-2002  provos password hashing utility that allows des, md5 or bcrypt passwords to be
created in scripts; tool originally from downsj@openbsd.org;
approved by perry.
 1.5.40.1  21-Apr-2010  matt sync to netbsd-5
 1.5.34.1  16-Oct-2009  sborrill Pull up the following revisions(s) (requested by hubertf in ticket #1097):
usr.bin/pwhash/pwhash.1: revision 1.6

Make the format for -k flag clearer.
 1.8.16.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed