1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
2004-04-28 Ben Slusky <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* forgot to erase the passphrase from memory when using a salt
* manpage created
2004-02-08 Ben Slusky <[email protected]>
Added option to print hash in hexadecimal
2003-12-07 Ben Slusky <[email protected]>
Added support for salted passphrases
2003-12-07 Fruhwirth Clemens <[email protected]>
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 <[email protected]>
* check.sh: added simple testcases for "make check"/"make distcheck"
* hashalot.c: added missing #include's, zero memory containing
sensitive information
* autotool'ified package
|