Difference between revisions of "Hasher"

From den4b Wiki
Jump to navigation Jump to search
(initial description)
 
Line 1: Line 1:
[[Hasher]] 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, and it also can calculate a Hash for a string. Supported Hashes/Checksums: [http://en.wikipedia.org/wiki/SHA1 SHA1], [http://en.wikipedia.org/wiki/MD5 MD5], [http://en.wikipedia.org/wiki/CRC32 CRC32], ELF, SUM64.
+
[[Hasher]] 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, and it also can calculate a Hash for a string.
 +
 
 +
 
 +
Supported Hashes/Checksums:
 +
* [http://en.wikipedia.org/wiki/SHA1 SHA1],
 +
* [http://en.wikipedia.org/wiki/MD5 MD5],
 +
* [http://en.wikipedia.org/wiki/CRC32 CRC32],
 +
* ELF,
 +
* SUM64.

Revision as of 01:23, 26 May 2009

Hasher 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, and it also can calculate a Hash for a string.


Supported Hashes/Checksums: