2006年4月3日

C#加密与解密

摘要: using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace Secrituy{ public class Secure { private static byte[] DESKey = new byte[]{1... 阅读全文

posted @ 2006-04-03 19:48 DaiWei 阅读(365) 评论(0) 推荐(0) 编辑

导航