Downloadliste

Projektbeschreibung

Inspired by dd5sum, ddsum includes the following features: support for md5, sha1, sha224, sha256, sha384 and sha512 (plus any additional digests provided by OpenSSL); the ability to read source data and write it out while computing a message digest; the ability to compute multiple message digests with one pass of the source data; and the ability to verify that a message digest matches the data you have.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-03-02 19:17
8

Umgang mit Strg-C wurde verbessert. Kleinere Aufräumarbeiten auf Schließen von Dateien, die Sie gemacht wurden.
Tags: Stable, Minor
Handling of Ctrl-C was improved. Minor cleanups related to closing files were done.

2011-02-26 09:18
v7

Dies ist eine große Bereinigung Codeverdopplung entfernen. Die Option-H wurde entfernt und ersetzt mit-h. Darüber hinaus - no-Daten oder-n - devnull wurde entweder geändert. Sie können auch Kraft einer bestimmten Prüfsumme zu verwenden, wenn in Schach Modus, der nützlich, wenn Sie die Überprüfung Hashes von OpenSSL vorgesehen ist.
Tags: Major, Stable
This is a major cleanup to remove code duplication. The -H option was removed and replaced with -h. In addition, --devnull was changed to either --no-data or -n. You can also force a specific checksum to use when in check mode, which is useful when you are checking hashes provided by OpenSSL.

2011-02-24 01:16
6

Ein Check-Modus und die Möglichkeit, mehrere Hashes in einem Durchgang zu berechnen zugegeben.
Tags: Stable, Major
A check mode and the ability to compute multiple hashes in one pass were added.

2011-02-17 15:13
5

"-" Wird nun als die Ausgabedatei erlaubt. Eine Liste von Algorithmen wird angezeigt, wenn möglich (Python 2.7). "- Devnull" wurde als eine Option zur Ausgabe der Daten nicht gegeben und stattdessen nur den Hash drucken.
Tags: Stable, Minor
"-" is now allowed as the output file. A list of algorithms is shown if possible (Python 2.7). "--devnull" was added as an option to not output the data and instead just print the hash.

Project Resources