Releases: merces/hem-hashes
Releases · merces/hem-hashes
Hashes v2.00
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
This release includes a bug fix when calculating hashes for large blocks (bigger than 4 MB). See details at #3.
Hashes v1.02
- Support for CRC-32 checksum (#2).
Hashes v1.01
- Large files support.
- Better error handling.
Hashes v1.0
- First public release.
- Calculates MD5, SHA-1, and SHA-256 hash values.
F5
copy a hash value to clipboard.