Program emerged as a result of a BackUp Utility project break-up. Basic idea for this part of the project is to calculate hash/checksum for a file.
Has a simple interface for comparing Hashes of two files dropped to the form sequentially. You can also rely on this application to calculate the hash for a user-defined string..
Supported hash types and checksums: SHA1, MD5, CRC32, ELF.
What's New in This Release: [ read full changelog ]
· Incorporated new hashing libraries (Delphi Fundamentals v3.28);
· Eliminated problem with SHA1 implementation, affected files larger than 1GB;
· Hasher can process multiple files, one-by-one, queuing them;
· Added option to write results of hashing and comparing to a log file;
· Added option to recalculate file hash if user changes the hash type;
· String hash is recalculated if user changes the hashing algorithm;
· Input field for calculating string hash is expended to accept multiple lines;
· General cleanup of the source code and minor optimizations;
· Added option to show hash/checksum in upper case;
· Added links to view and clear the results file;
· Added option to compare every 2 files;
· Removed SUM64 algorithm;
· Updated program icon;