데이터베이스/MS-SQL
SQL Server 2005 암호화 함수
초절정고수
2013. 12. 11. 17:39
MD5
SELECT SUBSTRING(sys.fn_varbintohexstr(HASHBYTES('MD5', 'abcd12345')), 3, 32)
SHA1