Skip to content

Releases: merces/hem-hashes

Hashes v2.00

17 Dec 03:27
Compare
Choose a tag to compare

This is a major release bringing exciting changes. 😃

  • Benchmarks suggest v2.00 can be up to two times faster than v1.x.
  • Press F6 to copy all hashes to clipboard at once.
  • Press ENTER to copy the selected hash value to clipboard and close the window.
  • Press ESC to abort the hash calculation process.
  • Use the smallest buffer possible if the data size is smaller than HASHES_BUFFER_SIZE.
  • Use of Hiew SDK proper error signaling.
  • Tested with Windows XP (details here). Closed #7.
  • Fixed #4, #5, and #6.

Hashes v1.03

09 Dec 01:51
Compare
Choose a tag to compare

This release includes a bug fix when calculating hashes for large blocks (bigger than 4 MB). See details at #3.

Hashes v1.02

04 Sep 21:31
Compare
Choose a tag to compare
  • Support for CRC-32 checksum (#2).

Hashes v1.01

25 Jul 14:53
Compare
Choose a tag to compare
  • Large files support.
  • Better error handling.

Hashes v1.0

20 Apr 18:04
Compare
Choose a tag to compare
  • First public release.
  • Calculates MD5, SHA-1, and SHA-256 hash values.
  • F5 copy a hash value to clipboard.