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

I couldn't find any examples of `rhash` output in docs, and in particularly how it represents nested dirs.

question

https://github.com/r-salas/oshash This is being used more and more, it's very fast, and resistant. It's a hash of filesize, and the beginning and end of the file. In pseudo-code, the hash...

hash algorithm
FR

When checking the hashes of a long list of files, the output is hard to read because the result of a line is appended to the end of the line,...

FR

tested with rhash 1.4.2 commit 9903be0cb94b84188f9b3a42d6b6b8ca5073372e on Fedora35 / Debian11 ``` $ mkdir a $ echo "hello world" > "a/b " $ rhash --crc32c -r a > result $ rhash...

FR
duplicate

I see there are flags to show the speed and progress per file, but what about overall progress? It would involve counting the lines in the checksum file and then...

FR

Thanks for the great software. I've been enjoying using `rhash` as an alternative to the python based `cfv`. Two use cases I cannot seem to currently cover with `rhash` as...

FR

The title basically says it all. $ rhash --simple 'foo\bar' RHash: foo/bar: No such file or directory `rhash` (version 1.4.2) wants to interpret backslashes as forward slashes, which makes sense...

FR
duplicate

Hi! This PR brings two CMake files which can build the library and executable. I see you are running semaphore to build this project, but I can't update it locally,...

start on an alternative build system. This is far from finished and I want to implement some tests with it. This is an idea to help get things started. Comments...