2010年5月3日

c# DES加密解密代码

摘要: //加密 public string DesEncrypt(string strText, string strEncrKey) { byte[] byKey=null; byte[] IV= {0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD, 0xEF}; try { byKey = System.Text.Encoding.UTF8.GetByte... 阅读全文

posted @ 2010-05-03 12:29 风雪狂风 阅读(297) 评论(0) 推荐(0)

2010年2月2日

博客的第一篇随笔

摘要: 今天开通了博客园!~ 阅读全文

posted @ 2010-02-02 11:30 风雪狂风 阅读(99) 评论(0) 推荐(0)

导航