summaryrefslogtreecommitdiff
path: root/usr.bin/pwhash
AgeCommit message (Expand)Author
2021-10-20Update remarks on default parameters for Argon2.nia
2021-10-12Fix release builds with MKARGON2=yesnia
2019-10-21adding argon2 support to libcrypt. argon2 user authentication nowjhigh
2016-05-24md5 is a hashing algorithm, don't say it is used for encryption.abhinav
2011-09-16Use __deadjoerg
2009-10-16Reflow to < 80 chars.wiz
2009-10-15Make the format for -k clearerhubertf
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2006-03-05PR/31144: YOMURA Masanori: pwhash -S/-b never use optargchristos
2005-06-02appease gcc -Wuninitializedlukem
2005-01-12more cleanups, WARNS=3christos
2005-01-12Use pw_gensalt() instead of using the cipher functions directly. Simplifieschristos
2005-01-12SRCS is not needed.christos
2005-01-11- use the gensalt functions from libcrypt instead of rolling our own.christos
2004-11-17Merge single-letter options; sync order in man page and usage.wiz
2004-11-01Add (unsigned char) cast to ctype functionsdsl
2004-10-13Bump date for last and slightly improve wording.snj
2004-10-12Apply patch from PR 26779sjg
2004-07-02Add support for SHA1 hashed passwords.sjg
2003-07-14use bounded string opitojun
2003-06-23Add NetBSD RCS Ids.agc
2002-10-02couple minor changes:jdolecek
2002-10-02Add NetBSD RCS Id. Sort options.wiz
2002-10-01password hashing utility that allows des, md5 or bcrypt passwords to beprovos