merces / hem-hashes

Hiew External Module (HEM) to calculate CRC-32, MD5, SHA-1, and SHA-256 hashes of a given file/block

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hashes

Hiew External Module (HEM) to calculate CRC-32, MD5, SHA-1, and SHA-256 hashes of files and blocks.

Installation

Download the .hem file and put it in your HIEW hem folder.

Usage

After opening a file in Hiew, press F11 to load a HIEW module and choose it from the menu. It will calculate common hashes of the whole file. If you mark a block instead, Hashes will generate the hashes of the block content. Press F5 to copy a hash value to clipboard.

Example

Requirements

  • Licensed version of Hiew.
  • Windows Vista or newer.

Thanks

  • @taviso for his kiewtai module (I borrowed code from there, but inserted my own bugs 🤠).
  • SEN for Hiew.

Author

Fernando MercĂŞs - @mer0x36

About

Hiew External Module (HEM) to calculate CRC-32, MD5, SHA-1, and SHA-256 hashes of a given file/block

License:GNU General Public License v3.0


Languages

Language:C 100.0%