October 22, 2008 at 10:11 pm
Is there way to encrypt decrypt with MD5 algorithm column value for sql server 2005 using tsql
Isn't there ready to use functions?
Help would be appreciated
October 22, 2008 at 11:06 pm
aleksandr.fisher (10/22/2008)
Is there way to encrypt decrypt with MD5 algorithm column value for sql server 2005 using tsqlIsn't there ready to use functions?
Help would be appreciated
i dont think that there is any pre-defined function in sql especially for MD5:
i found this article for the assistance
http://www.sqlservercentral.com/articles/Security/encryptfunction/372/
kshitij kumar
kshitij@krayknot.com
www.krayknot.com
January 12, 2009 at 7:14 am
There is such a function called Hashbytes (SQLSRV >=2005)
And it is documented.
kr/Werner
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply