会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
学无止境
------
博客园
新随笔
联系
订阅
管理
2010年1月22日
Encrypt and Decrypt
摘要: usingSystem;usingSystem.Text;usingSystem.Security.Cryptography;usingSystem.IO;//默认密钥向量privatestaticbyte[]Keys={0x12,0x34,0x56,0x78,0x90,0xAB,0xCD,0xEF};///<summary>///DES加密字符串///</summary>...
阅读全文
posted @ 2010-01-22 16:38 只想做好
阅读(788)
评论(0)
推荐(1)
编辑