Classless.Hasher 0.7 review

Download
by rbytes.net on

Hasher is a tool to help programmers implement checksum algorithms and standard hashing into their own software. Written entirely in

License: MPL (Mozilla Public License)
File size: 0K
Developer: Classless.net
0 stars award from rbytes.net

Hasher is a tool to help programmers implement checksum algorithms and standard hashing into their own software.

Written entirely in C# and designed for use in the .NET Framework, Hasher providers a uniform interface to easily use any of the algorithms contained within this library in other programs.

Hasher is planned to encapsulate a wide variety of cryptographic hashing and checksum algorithms.

Focusing on compatibility, speed, and ease-of-use, Classless.Hasher currently supports over 25 different algorithms including the "basics" such as CRC, MD5, and SHA, as well as others like HAVAL, Tiger, Snefru, and Whirlpool.

What's New in This Release:
Hasher rises from the dead!
Fixed CRCStandards for CRC8 and CRC32.
Fixed CRC handling when the Order was 64bits.
Removed the REVERSED CRCStandards.
Added CRCStandards for CRC64_ISO and CRC64_ECMA.
Changed CRCStandard CRC16 to CRC16_IBM.
Renamed CRC16_CCITT_REVERSED to CRC16_XMODEM.
Fixed nasty bug that broke MD4, MD5, the RIPEMD's, Tiger, and the SHA's when large datasets were processed.
Added support for creating Panama hashes.
Fixed the NAnt build script to better support Mono and .NET v2.0.

Classless.Hasher 0.7 keywords