Skip to content

Hash 'chaining' added. Exit codes added for most operations.

Compare
Choose a tag to compare
@ColumPaget ColumPaget released this 22 Sep 15:10
· 78 commits to master since this release

The new '-type' option allows hashes to be chained like so:

hashrat -type sha256,sha1,md5

which would read data from stdin, hash it with sha256, then hash the hash with sha1, then hash the output of that with md5.

Many operations did not return an exit code. They should do now.