您的位置:首页 > 其它

[总结]DotNet中用到的加密算法总结

2007-02-25 10:44 204 查看
1public class CryptUtil
2 void GetStringByByteArray()
5
11 void GetByteArrayByString()
15 string key = "82788711";
17 Response.Write(System.Text.Encoding.Default.GetBytes(key));
18 Response.End();
19
20 }
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: