Category: System/File-Management
Checksum Calculator
Download: http://download.softpedia.com/dl/dc6543c4fea6014b7022db4999904a30/4a612480/100133365/software/file_management/Checksum-Atanamir.zip
Operation System: Windows All License: Size: 5 KB Date: 2009-07-18 03:13:03
The Checksum Calculator application was designed to be a native C# program for calculating file checksums in various algorithms: SHA-1, SHA-256, SHA-384, SHA-512, MD5. Has many options for comparing and outputting the calculated hash.
Usage: checksum -a ALGORITHM [OPTION...] [FILE]
Examples: checksum -a md5 file.txt # Calculates MD5 checksum of the file file.txt checksum -a sha1 -t hello # Calculates SHA-1 checksum of the text 'hello' checksum -a sha512 -o output.sig in.file # Calculates SHA-512 checksum of in.file and writes the hash to output.sig.
Options: -a ALGORITHM Selects the hash algorithm to use. Defaults to MD5. Allowed values: md5, sha1, sha256, sha384, sha512 -c SIG Specifies the signature to compare the checksum with. If the comparison succeeds, return status will be 0. -t TEXT Specifies the input text to calculate the checksum of. This option cannot be used with an input file. If the input text has spaces, enclose in quotes (") -e ENCODING Specifies the encoding of the input text. Default is ASCII. Allowed values: ascii, utf7, utf8, utf16, utf32 -o FILENAME Writes the computed signature to FILENAME in ASCII encoding. Allowed values: ascii, utf7, utf8, utf16, utf32 -q Enables quiet mode (no output except the hash). If -o or -c is also used, there will be no output at all.
www.cracksdata.com/get.php?id=76427
|