2004-04-28 Ben Slusky * Fixed a bug that caused hashes containing zero bytes to be printed wrong in hexadecimal * Added -n option to specifiy the output length * Rewrote check.sh script --- now uses -x option (much cleaner that way) and standard test vectors 2004-04-24 Ben Slusky * Mention the '-x' option in the help message (thanks to James H. Cloos Jr.) * Fix error message from ln when trying to re-install hashalot (thanks to Ruben Garcia) 2004-03-15 Matthias Urlichs * forgot to erase the passphrase from memory when using a salt * manpage created 2004-02-08 Ben Slusky Added option to print hash in hexadecimal 2003-12-07 Ben Slusky Added support for salted passphrases 2003-12-07 Fruhwirth Clemens Ancient versions of util-linux (especially the kerneli.org/debian tree) used to truncate the rmd160 hashing output to 16 bytes. Here is a patch to enable hashalot to immitate this behaviour so it can be successfully used with losetup like hashalot rmd160compat | losetup -e ... 2003-08-22 Herbert Valerio Riedel * check.sh: added simple testcases for "make check"/"make distcheck" * hashalot.c: added missing #include's, zero memory containing sensitive information * autotool'ified package