freebsd-nq/lib/libcrypt
John-Mark Gurney 41f554961d various formating fixes, use NUL for NUL bytes..
drop out dated perf numbers (can't imagine people are still running
Pentium MMX 166's anymore)...

bump date...

drop max length of salt of 8 since _PASSWORD_LEN is now large, 128..
and state the max length of the salt depends upon the module,
sha-{256,512} have a max salt of 16..

recommend 8 characters of salt instead of just 2...

MFC after:	1 week
2014-03-09 07:45:59 +00:00
..
tests Set up the /usr/tests hierarchy. 2013-10-25 05:25:19 +00:00
crypt-md5.c
crypt-nthash.c
crypt-sha256.c
crypt-sha512.c
crypt.3 various formating fixes, use NUL for NUL bytes.. 2014-03-09 07:45:59 +00:00
crypt.c Switch the hardcoded default hash function from MD5 / DES to SHA512. 2014-02-15 10:53:44 +00:00
crypt.h
Makefile Set up the /usr/tests hierarchy. 2013-10-25 05:25:19 +00:00
misc.c