RHash
RHash copied to clipboard
Great utility for computing hash sums
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...
BLAKE3
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...
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...
rhash will break checking on special characters in linux. ```none $ touch 'd'$'\n''e' 'd'$'\r''e' ```
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...
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....
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...
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...
### 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...
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...