RHash icon indicating copy to clipboard operation
RHash copied to clipboard

Great utility for computing hash sums

Results 53 RHash issues
Sort by recently updated
recently updated
newest added

Please add support for XXH3_64 / xxhash Important With a magic prefix/suffix (perhaps XXH3_0123456789abcdef) See https://github.com/Cyan4973/xxHash/issues/447 For the background. 31.5 GB/s on a Intel i7-9700K! "xxHash is an Extremely fast...

hash algorithm

Dear @rhash, BLAKE3 seems to be capable to replace the whole zoo of MD5/SHA1/2/3/Blake2 flavors to check files for malicious changes, while xxHash 128 is a relevant CRC32 replacement for...

hash algorithm
FR

Please add SHAKE who is the part of the SHA3 hash functions. The advantage of, for example, SHAKE256, is the speed like SHA2 with security of SHA3-512. SHAKE 256 and...

hash algorithm
FR

rhash will break checking on special characters in linux. ```none $ touch 'd'$'\n''e' 'd'$'\r''e' ```

FR

Just a thought, but consider the idea of moving the rhash build from its current custom configure/Makefile pair to something more standard, say autotools or cmake. It would require less...

FR

Have any of you considered resumable hashing for rhash? When hashing extremely large files, 20GB and up, being able to resume hashing from a previous position would help a ton....

FR

Thanks for a very useful utility! Could you add a format parameter for file dirname? I was expecting -p "%p" to contain the dirname only, so one is free to...

done
FR

The goal, based on a sort of principle of locality (or just the typical way checkfiles are generated), is to improve real-world performance by inferring the correct hash algorithm based...

enhancement

### Discussed in https://github.com/rhash/RHash/discussions/217 Originally posted by **JavascriptCockup** September 19, 2022 As title, would like an even simpler version of the --simple output format option, where only the actual hash...

FR

Currently RHash only shows seconds during the hashing process. I believe that for large files (several GB) it would be useful to show minutes as well. This would give a...

FR