Codebase list hashalot / 349b4feb-7b73-46aa-adaa-df09c27f8093/main
349b4feb-7b73-46aa-adaa-df09c27f8093/main

Tree @349b4feb-7b73-46aa-adaa-df09c27f8093/main (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/).