MD5 Function SQL Server
Posted on February 25, 2005, under
SQL Server
| 13177 Views
The Code Project - MD5 Hash SQL Server Extended Stored Procedure - Database
I needed to insert data hashed with MD5 into a sql db. Coldfusion has a procedure builtin to handle that called hash() but I also want to ensure that data inserted from other sources is also hashed. Searching found this and I was able to successfully encode several fields in the tables.
