摘要:
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
阅读(353)
评论(0)
推荐(0)
浙公网安备 33010602011771号