DirHash Changelog

What's new in DirHash 1.24.0

Jun 18, 2023
  • Changes in DirHash 1.24.0:
  • Support specifying multiple hash algorithms for hash calculation (any combination of hash algorithms separated by comma, e.g. "sha256,sha512") (#20)
  • when used with -sum, it will produce separate SUM files for each hash algorithm specified (it will append the hash algorithm name with the given result file name).
  • If -sum is not specified, it will write output the result of each hash algorithm in a separate line.
  • It is not supported for verification operations.
  • Use UTF-8 for console output for better integration with other command line tools (#24)
  • Add -includeLastDir switch that includes last directory name of the input directory in the SUM file entries and use it in the verification process (#27)
  • Fix blank line written at the beginning of output file (#25)
  • Update Blake3 sources to latest code after 1.3.3 version (24-05-2023)]
  • Update Blake2 source to latest code (12-02-2023)

New in DirHash 1.23.0 (Dec 10, 2021)

  • Update Blake3 source code to version 1.2.0 that fixes a bug on old CPUs that don't have SSE4.1 instructions set