Releases: idrassi/DirHash
DirHash 1.26.1
Changes in DirHash 1.26.1:
- Fix SUM files entries ordering when -threads used to follow usual ordering when listing directories content
The binaries are signed on July 21st 2024 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
1337223613A64437488315B2D758D66CE83413834DBF90CB4FB6852D04C5DAC8 DirHash-1.26.1-arm64.zip
16A2C2EF448C02AE16AAE7E4EF6DC8E2A9F8F280EA7EBF27BA6525AE15071367 DirHash-1.26.1-x64.zip
4743F3E336EEF5BA83505B4BA8825EF01C11B0325B91668D30F9D60F99167E50 DirHash-1.26.1-x86.zip
Full Changelog: DirHash_1.26.0...DirHash_1.26.1
DirHash 1.26.0
Changes in DirHash 1.26.0:
- Fix large number of file handles open at a time when -threads used (#35)
- Add warning in README.md about
-threads
switch may cause slowdown on traditional HDD (#35) - Implement sorting of computed SUM file entries when -threads is specified (#35)
The binaries are signed on July 14th 2024 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
3A3D00374A5493A732B4166F852317539018CE7FACC8FAB3EB9347A7EC1956F0 DirHash-1.26.0-arm64.zip
36A45A6040F555EF0834AA3F825E7B67600D917E98BAD9B28017C765816100A9 DirHash-1.26.0-x64.zip
50AE846DBB182A4C0B16D21F6E5CC3A772E01D5F1456E65487832415E6AD776E DirHash-1.26.0-x86.zip
Full Changelog: DirHash_1.25.1...DirHash_1.26.0
DirHash 1.25.1
Changes in DirHash 1.25.1:
- Introduced a new switch '-only' to specify that only files with the given extensions should be hashed.
- When the input is a file in sum verification mode (-verify), limit hash verification to the specified input file.
- Update Blake3 sources to latest version 1.5.1
The binaries are signed on June 9th 2024 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
DirHash-1.25.1-arm64.zip: A47B42CD4C32A7972BD2008A43CF0AF7E486980D4CE00C04638F6934B52D9550
DirHash-1.25.1-x64.zip: 65B599B822DDCB5D0AC022288244937BD2B941615D18F2256A096B5A1ADBEF50
DirHash-1.25.1-x86.zip: CCE5FF60676AA37398C8FD3D331C83251486647ECC715019624EE6FD494721C7
DirHash 1.24.0
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.
- when used with
- 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)
The binaries are signed on June 17th 2023 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
DirHash-1.24.0-x64.zip: 379A3DAA1C803568FB88858DB94167E27A87B882C0830CDD7C0924DD409E3ADF
DirHash-1.24.0-arm64.zip: CCA8F938E84DBAFBE80A1873AF322AF5AC55A07C383E8A5C733CCE21FB900DCD
DirHash-1.24.0-x86.zip: 07DF60BA2D32B2FBB0435DB1FCC1CE371BF709C9632C426FAEE242E3459BB77D
DirHash 1.23.0
Changes in DirHash 1.23.0:
- Update Blake3 source code to version 1.2.0 that fixes a bug on old CPUs that don't have SSE4.1 instructions set.
The binaries are signed on August 20th 2021 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
DirHash-1.23.0-x64.zip: F92689D8B7858837519F9BE0529A278E751F8C51E08C95D2683C6226E15ADFEE
DirHash-1.23.0-arm64.zip: 75F3DDDD70433519901293DAFB0A68DDEA31F004E3D1408EF6C0C255A94C1B93
DirHash-1.23.0-x86.zip: CD9C2512EF562223EA4448AF6BB0F019A6DB9100A1C32095DA024EDE146454EE
DirHash 1.22.0
Changes in DirHash 1.22.0:
- Add support for long path names on older Windows versions (before windows 10 1607)
- Fix regression on ARM64 build that didn't allow using any hash algorithm
The binaries are signed on August 9th 2021 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
DirHash-1.22.0-x64.zip: 553BC540C8D81528787E880169D98510AF294B4167A6D211FDB0D03BAE620419
DirHash-1.22.0-arm64.zip: 65308E06D34212C29DAB60499AAD109974CB585FC9CB51839DEED75B5ACC496A
DirHash-1.22.0-x86.zip: 16244DA5234A669F71D51228AAECAB1F8FB0FF82C35B4D8D22F4FD112BCA38A2
DirHash 1.21.0
Changes in DirHash 1.21.0:
- Add switch
-nofollow
to exclude Symbolic Links, Junction Points or Mount Points from hash computation (Issue #18 )
Changes in DirHash 1.20.0:
- Fix regression causing extra % character to be added to sum result file if folder/filename has % character (Issue #19 )
Changes in DirHash 1.19.0:
- Support configuring SUM mode and threads usage in DirHash.ini file (Issue #13)
- Avoid hashing result output file (-t fileName) or SUM verification input file (-verify fileName) (Issue #12 )
- Don't abort if some lines of SUM verification input file are corrupted and report their numbers in this case (Issue #14 )
- Add switch
-sumRelativePath
to store file paths in SUM output file as relative to the input directory (Issue #11) - Fix crash in SUM mode when a file name contains % characters (e.g. %S) (Issue #17 )
The binaries are signed on July 31st 2021 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
DirHash-1.21.0-x64.zip: 533B4E9951B95F649836BD3F65EBD3242220217E1A586400F959EAF3CDDC6A52
DirHash-1.21.0-arm64.zip: 774E8C922EC529093FD030CD7AAEBE0C59F3F0E5FB25281ADBAD971E55E52010
DirHash-1.21.0-x86.zip: CCEAAD56402C8CC4262B130461758D4F5B40DE3021E5790FC427C1D0DAF19677
DirHash 1.20.0
Changes in DirHash 1.20.0:
- Fix regression causing extra % character to be added to sum result file if folder/filename has % character (Issue #19 )
Changes in DirHash 1.19.0:
- Support configuring SUM mode and threads usage in DirHash.ini file (Issue #13)
- Avoid hashing result output file (-t fileName) or SUM verification input file (-verify fileName) (Issue #12 )
- Don't abort if some lines of SUM verification input file are corrupted and report their numbers in this case (Issue #14 )
- Add switch "-sumRelativePath" to store file paths in SUM output file as relative to the input directory (Issue #11)
- Fix crash in SUM mode when a file name contains % characters (e.g. %S) (Issue #17 )
The binaries are signed on July 30th 2021 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
DirHash-1.20.0-x64.zip: 1C9D308C0C7B2EE97A41DE1D32775510D3E42635195FAF3E8E8F85A4BBAFFC60
DirHash-1.20.0-arm64.zip: 36B9DEE8A4F268CFD3CE398B2647B6FDD68D093190F7832863F6908FA551EE87
DirHash-1.20.0-x86.zip: 62B567CFF321E7D1D205A029A5272A3976161DD1524B71F6268B17A9E428913A
DirHash 1.19.0
Changes in DirHash 1.19.0:
- Support configuring SUM mode and threads usage in DirHash.ini file (Issue #13)
- Avoid hashing result output file (-t fileName) or SUM verification input file (-verify fileName) (Issue #12 )
- Don't abort if some lines of SUM verification input file are corrupted and report their numbers in this case (Issue #14 )
- Add switch "-sumRelativePath" to store file paths in SUM output file as relative to the input directory (Issue #11)
- Fix crash in SUM mode when a file name contains % characters (e.g. %S) (Issue #17 )
The binaries are signed on July 27th 2021 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
DirHash-1.19.0-x64.zip: B8B13DBB9DC586A6E80B3A3D051D6D2F21F8B39E8DA2BDA00629A129D0AD4615
DirHash-1.19.0-arm64.zip: DDA9FCADC04A966F2D179D77B16F4376E7C4D3A36ABCA1416957E749ABAEA34E
DirHash-1.19.0-x86.zip: E7442DDB655429DAB34853613F017D1D52D50EE5E596FE8D4A8C2897DC6102F9
DirHash 1.18.0
Changes in DirHash 1.18.0:
- Fix regression causing failure if argument is a file larger than 4GiB.
Changes in DirHash 1.17.0:
- Add support for Windows 10 long path names (over 260 characters) (Issue #10 )
The binaries are signed on January 19th 2021 with SHA-256 using IDRIX code signing certificate issues by GlobalSign.
SHA-256 hash of zip files:
- DirHash-1.18.0-x64.zip:
311323b1d5294846d74f27007ec61755ca3080a612d34b2827e3da7e93543215
- DirHash-1.18.0-arm64.zip:
3f0b3e63980acd60ba1ecb16aa3b7c9e546dd5520cc4c3022d480e1c1e54f9f9
- DirHash-1.18.0-x86.zip:
16164e84ec0d2a18f51e7adccc83fc8f4e7455cfaa15437fe1d3378ddf93fbc0