Blog about C#, ASP.NET, HTML, CSS, JavaScript, VBScript, Classic ASP, and development, as well as hardware, software, and mobile devices.
Microsoft SQL includes support for the MD5 hashing algorithm:
SELECT SUBSTRING(master.dbo.fn_varbintohexstr(HASHBYTES('MD5', 'String to MD5')), 3, 32);