Monday, February 28, 2005

MD5 Hash SQL Server Extended Stored Procedure

The Code Project - MD5 Hash SQL Server Extended Stored Procedure - Database

"This is an extended stored procedure for Microsoft SQL Server 2000 that implements an optimized MD5 hash algorithm. It functions similar to the MySQL MD5() function. The algorithm was taken from http://www.cr0.net:8040/code/crypto/md5/. I only added the md5_string() function. The DLL should work for older versions of SQL Server too, although I have not tested that. The source was compiled and tested using Microsoft Visual Studio 6.0. ..."

Very cool. Man I could have used this just a little while ago...

Now to see if I can talk my DBA's into letting this on our SQL Servers. :|

No comments: