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)
浙公网安备 33010602011771号