Project page with CVS repository, Mailing Lists,
etc.
Related resources:
Crypto++
- Crypto++ Library is a free C++ class library of cryptographic
schemes. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code.
jsSHA2
- jsSHA2 is is an OpenSource JavaScript implementation of the Secure Hash Algorithm, SHA-256-384-512.
Introduction
CTNHashProc is a MS SQLServer 2000 Extended Stored Procedure
that returns the hash of a given string. Hash is returned on hexadecimal.
Currently the supported hash functions are linked from
Crypto++ and are the following:
Any other hash function supported by the library Crypto++
Version 5.1 may be added easy to CTNHashProc. An unsupported
hash function can also be added but you need a C++ implementation
of the function or a library that supports it.
Latest News
Tuesday Jan 13th 2004
Released version 1.2.2. Now rewritten without using the old functions from ODS API. Fixed a memory leak that caused a crash. Built with VS.NET
-- Angel Marin
Monday May 05th 2003
Released version 1.2.1. Linked against Crypto++ 5.1.
-- Angel Marin
Friday February 14th 2003
Released version 1.2.0. The hash is now returned in lowercase
hex. Added Spanish doc. Minor doc changes.
-- Angel Marin
Thursday October 10th 2002
Released version 1.1.0. Linked against Crypto++ 5.0 and
some changed some code as version 5.0 of Crypto++ changes
some interfaces.