Downloadliste

Projektbeschreibung

hashlib++ is a simple and very easy-to-use library
to create a cryptographic checksum called a "hash"
in C++. hashlib++ is written in plain C++ and
should work with every compiler and platform.
hashlib++ allows you to create a hash (for example
MD5 or SHA1) with only one method call.

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.

2010-04-03 06:53
0.3.2

Diese Veröffentlichung fügt neue Prüfverfahren für die Hash-Implementierungen zur Laufzeit zu überprüfen. Es ist ein wichtiger Bugfix machen die SHA-Wrapper stabiler auf 64-Bit-Systeme. Es fügt eine Unix-Makefile hashlib + + als eine statische Bibliothek zu bauen. Die Dokumentation und die FAQ wurden überarbeitet.
This release adds new testing methods to check the hash implementations at runtime. It has an important bugfix making the SHA wrapper more stable on 64-bit systems. It adds a Unix makefile to build hashlib++ as a static library. The documentation and FAQ have been improved.

2008-01-12 01:00
0.3

SHA384 und SHA512-Unterstützung wurde hinzugefügt, um hashlib + +. Das Auslösen von Ausnahmen ermöglichen eine bessere Fehlerbehandlung. Bekannte Bugs wurden behoben.
Tags: Major feature enhancements
SHA384 and SHA512 support has been added to hashlib++. Throwing exceptions allow better error-handling. Known bugs have been fixed.

2007-10-17 15:36
0.2

SHA256-Unterstützung wurde hinzugefügt. Eine Linux / FreeBSD Makefile und eine "Setup.exe" für Windows hinzugefügt wurden zu bauen oder zu installieren hashlib + + als eine statische Bibliothek. Alle Dateien sind umbenannt worden mit dem Präfix "hL_" zu nennen Kollisionen zu vermeiden. Sprintf wurde unter Verwendung eines ostringstream zum Formatieren der Hash in einen Hex-String ersetzt.
SHA256 support has been added. A Linux/FreeBSD
makefile and a "Setup.exe" for Windows were added
to build or install hashlib++ as a static library.
All files have been renamed using the prefix "hl_"
to prevent name collisions. Sprintf was replaced
by using an ostringstream to format the hash to a
hex string.

2007-09-23 12:33
0.1

Tags: Initial freshmeat announcement

Project Resources