saptechnique

Better late than never. - 郭富

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年1月28日

摘要: 字符串加密解密函数 (C#) usingSystem;usingSystem.Text;usingSystem.Security.Cryptography;usingSystem.IO;//默认密钥向量privatestaticbyte[]Keys={0x12,0x34,0x56,0x78,0x90,0xAB,0xCD,0xEF};///<summary>///DES加密字符串///&... 阅读全文
posted @ 2010-01-28 10:14 guofu 阅读(448) 评论(0) 推荐(0) 编辑