摘要:
以下是用C#进行md5、sha加密以及des加密解密的类,最后有应用举例。using System;using System.IO;using System.Text;using System.Security.Cryptography;namespace LU.Security{ public class Util { // String To Bytes public static byte[... 阅读全文
posted @ 2010-02-23 08:03
追梦人RUBY
阅读(1080)
评论(0)
推荐(0)
浙公网安备 33010602011771号