File Checksum Generator

From wxHexEditor
Revision as of 17:05, 23 February 2014 by EUA (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wxHexEditor could generate checksums for the files.

Checksum Dialog.png

Also can generate multiple hash at one pass.

The mhash library is used for calculate the checksums.

  • Allowed checksum functions are:
    • MD2, MD4, MD5
    • SHA1 (SHA128), SHA256, SHA384, SHA512
    • RipeMD128, RipeMD160, RipeMD256, RipeMD320
    • HAVAL128, HAVAL160, HAVAL192, HAVAL224, HAVAL256
    • TIGER128, TIGER160, TIGER192
    • ADLER, CRC32, CRC32B, WHIRLPOOL, GOST, SNEFRU128, SNEFRU256

At the end of the checksum calculation, results will pasted into system clipboard.

Also note that, "Use Current File" operation will hash the opened file with changes that not saved yet.

Checksum Result.png