会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
代码印记
上游科技
首页
联系
管理
2014年10月30日
用SQL实现的BASE64加密及解密函数(SQL2005以上有效)
摘要: CREATE FUNCTION [dbo].[f_base64_encode](@bin varbinary(max))returns varchar(max)as beginreturn cast(N'' as xml).value('xs:base64Binary(xs:hexBinary(sq...
阅读全文
posted @ 2014-10-30 15:56 网无忌
阅读(10074)
评论(3)
推荐(0)
编辑