Hashrat icon indicating copy to clipboard operation
Hashrat copied to clipboard

Hashing tool supporting md5,sha1,sha256,sha512,whirlpool,jh and hmac versions of these. Includes recursive file hashing and other features.

Results 7 Hashrat issues
Sort by recently updated
recently updated
newest added

Configuring with --enable-zlib reports: === configuring in libUseful-4 (/root/tmp/Hashrat-1.10.4/libUseful-4) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-zlib' 'CFLAGS=-O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables' --cache-file=/dev/null --srcdir=. checking for gcc... gcc...

Hi, i'm trying to use the HMAC function but it does not work: > echo "x" | ./hashrat -hmac a Segmentation fault > echo "x" | ./hashrat -hmac a -sha256...

I've been looking for a CLI program to convert hex to z85 and this is the closest program that I have found. I suppose the difficulty would be validating input--or...

I'd like to use hashrat on a cron job to update a very large directory tree of rarely changing files. When running ``` strace hashrat -sha512 -r d -xattr -cache...

Requesting argon2 support. Specifications: https://raw.githubusercontent.com/P-H-C/phc-winner-argon2/master/argon2-specs.pdf Repository: https://github.com/P-H-C/phc-winner-argon2

Seems to return incorrect SHA-256 hashes: ```` [ 15s] + /usr/bin/make -O -j12 V=1 VERBOSE=1 check [...] [ 29s] FAIL sha256 Hashing BROKEN [...] [ 29s] FAIL Checking files BROKEN...

Would you like to add more error handling for return values from functions like the following? * [calloc](https://pubs.opengroup.org/onlinepubs/9799919799/functions/calloc.html "Memory allocation") ⇒ [SetupXAttrList](https://github.com/ColumPaget/Hashrat/blob/10c0432a58ffda78550a2cb07f46878ed8c293fa/xattr.c#L39) * [printf](https://pubs.opengroup.org/onlinepubs/9799919799/functions/printf.html "Print formatted output.") ⇒ [main](https://github.com/ColumPaget/Hashrat/blob/10c0432a58ffda78550a2cb07f46878ed8c293fa/main.c#L166)