摘要:
密码,凭证学习--单纯的加密解密函数declare@plain_text nvarchar(1000),@enc_text varbinary(2000);SET @plain_text=N'Ask not what your contrycan do for you...';SET @enc_text=EncryptByPassPhrase(N'E Pluribus Unum',@plain_text);SELECT 'Original plain text=',@plain_text;SELECT 'Encrypted text= 阅读全文
posted @ 2012-11-09 21:25
孤独的猫
阅读(321)
评论(0)
推荐(0)

浙公网安备 33010602011771号