[C#]MD5 & DES
摘要:using System;using System.IO;using System.Text;using System.Security.Cryptography;using System.Web;namespace Test.Com{ /// /// DESEncryptor 的摘要说明。 /// public class DESEncryptor { #region 私有成员 /// /// 输入字符串 /// private string inputString = null; /// /// 输出字符串 /// private string outStri...
阅读全文
posted @
2008-12-30 16:34
BoneKing
阅读(348)
推荐(0) 编辑