Codebase list hashalot / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

Hash-A-Lot by Ben Slusky <sluskyb@paranoiacs.org>
 
This program will read a passphrase from standard input and print a binary
(not printable) hash to standard output. The output is suitable for use as
an encryption key.

 USAGE:
		hashalot [ -s _salt_ ] _hashtype_
	OR
		_hashtype_ [ -s _salt_ ]

Most of the code was cribbed from the kerneli.org patch to util-linux,
by Marc Mutz <Marc@Mutz.com>. Most of what wasn't, was cribbed from GnuPG,
v.1.0.3 (http://www.gnupg.org/).