RHash Versions Save

Great utility for computing hash sums

v1.4.4

9 months ago
  • New option --unverified to print unverified files
  • New option --missing to print missing files
  • New printf-format directive '%d' to print file directory
  • Print the algorithms being calculated on -vv
  • Renamed --maxdepth option to --max-depth
  • Support leading and trailing spaces in a file names
  • Support escaping of special characters in file paths
  • Change the simple file format to fit the sfv format
  • LibRHash: Remove obsolete rhash_timer functions (API breaking change)
  • Bugfix: Fix slash usage with wilcards on Windows

v1.4.3

1 year ago
  • Allow simultaneous usage of --update and --check options
  • Honor --lowercase option while --embed-crc is in action
  • Improve ripemd160 performance
  • Support --brief option to show verification report without header and footer
  • Support --ignore-missing option, to ignore missing files in --check mode
  • Add --bt-transmission option to create Transmission compatible torrent files
  • Honor hash file extension in --update mode
  • LibRHash: add rhash_import() and rhash_export() functions
  • Support runtime loading of OpenSSL 3.0
  • Bugfix: Show total speed in the update mode
  • Bugfix: fix building of the LibRHash static library on Solaris
  • Bugfix: hash options were sometimes ignored in the --check mode
  • Bugfix: star character at the start of filepath must be ignored

v1.4.2

2 years ago
  • significantly improve file reading performance on Linux/Unix
  • print 'Nothing to verify' when verifying a hash file without a message digest
  • count unparsed lines of a hash file as errors
  • print line numbers of unparsed lines of a hash file
  • Bugfix: fix verification of some hash files containing spaces in file paths

v1.4.1

3 years ago
  • look for config file at $HOME/.config/rhash/rhashrc
  • supported --blake2s, --blake2b options for the BLAKE2 hash functions
  • support --no-detect-by-ext option
  • speed up verification by detecting hash type from file extension
  • Bugfix: fix computing of EDON-R 512 by big data chunks
  • Bugfix: correctly print long paths on Windows
  • Bugfix: print correct '%{mtime}' when --file-list is specified
  • Bugfix: only follow symbolic links when --follow is specified
  • Bugfix: fix buffer overflow in GOST12

v1.4.0

3 years ago
  • librhash: supported rhash_get_version() - get library version
  • Bugfix: fix broken output on Win 7
  • Bugfix: fix broken 'configure --localedir=' option
  • Bugfix: fix broken makefile install-so-link target
  • Bugfix: restore behavior of 'rhash -rc' to be the same as in v1.3.8
  • Bugfix: fix a segfault and memory errors

v1.3.9

4 years ago
  • change project license to BSD Zero Clause License
  • add uk translations
  • new printf-format modifier '%u' to print url-encoded filename, path or hash
  • Bugfix: btih in magnet links shall be hex-encoded
  • correctly align UTF8 file paths, while printing verification results
  • respect UTF8 BOM when updating or verifying a hash file
  • print a new-line after ed2k link, when --ed2k-link option is passed
  • exit on output errors with exit_code = 2
  • change option --update=<file> to update the specified file
  • make short option '-P' to be an alias for --percents
  • change %{mtime} format to 'YYYY-MM-DD hh:mm:ss'
  • Bugfix: --sysconfdir was ignored while searching for config on Linux
  • support verification of base64-formated hash sums
  • add formatting options: --hex, --base32, -b/--base64
  • Bugfix: properly handle symlinks on the command line

v1.3.8

5 years ago
  • rename Windows encoding options: --ansi to --win, --oem to --dos
  • support GOST R 34.11-2012 hash function (options: --gost12-256, --gost12-512)
  • changed the short option `-G' to be alias of --gost12-256
  • changed printf format token `%g' to be alias of %{gost12-256}

v1.3.7

5 years ago
  • option `--message==<string>' to calculate a hash for string
  • option `--crc32c' for CRC32C hash function
  • changed magnet link short option from '-m' to '-g'
  • Bugfix: `--file-list=-' shall read a file list from stdin
  • speedup CRC32 hash function

v1.3.6

6 years ago
  • support --file-list option
  • librhash: speedup sha3
  • Bugfix: fix --follow option
  • better MSYS and CygWin support
  • configuration script
  • Bugfix: broken binary hash output
  • Bugfix: fix running on WinXP

v1.3.5

6 years ago
  • look for locales directory at PROGRAM_DIRECTORY\locale on Windows
  • look for config at PROGRAM_DIRECTORY\rhashrc on Windows
  • support LibRhash bindings to PHP7
  • Bugfix: illegal instruction error on macOS
  • improve utf-8 support on Windows
  • Bugfix: fix access to long paths on Windows
  • add ca, fr, ro translations
  • full Spanish translation
  • correct build/install command for freebsd
  • compilation fixes for aarch64 and musl
  • improve support of clang on macOS