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

Sorry I don't know the details but AWS S3 introduced support for this algorithm `CRC64NVME`. It would be nice if an independent easy to use command like rhash supported it....

hash algorithm
FR

Background: after doing backup of some hierarchy to the target machine (probably with different OS/distro/etc), some symlinks might become dangling (pointing nowhere) or point to existing file but with different...

FR

Hi! First, thank you for that great tool. I work a lot with it. Mostly in bat files when i create update patches. The only thing I'm really missing are...

RFE: --bom, add BOM marker for output. Some utilities expect to see a BOM marker, so if rhash had an option to add it, that would be helpful. https://en.wikipedia.org/wiki/Byte_order_mark

FR

I've got an odd one here. When I check a .sfv that contains a filename with 20 characters in the stem of the filename (before the first '.'), RHash v1.4.6...

Some my files has a name with $'\n' inside the name of the files (and others files has name of other ASCII control characters). Thusly, --file-list is incompatible with my...

FR

Hello, Thanks for this tool. I just find out that the whirlpool hash is missing in help : Windows Version 1.4.6 ``` RHash v1.4.6 Utilisation : rhash [OPTION...] [FICHIER |...

Command: `rhash -MTHC ` Expected Output: ` ` Actual Output: ` ` It's the first time I've seen any command-line utility display such bizarre _non-intuitive_ behavior, where it completely ignores...

FR

Suppose we generate multiple hash values (CRC32, MD5, ED2K, SHA1) for a file and then verify them, for example: `> rhash -CMEH rhash.exe -o check.sum` The content of `check.sum` is...