摘要: private void DES() { string myKey = GenerateKey(); string a = DESEncrypt(textBox1.Text, myKey); string b = DESDecrypt(a, myKey); MessageBoxEx.Show(myKey + Environment.NewLine + a + Environment.NewLine... 阅读全文
posted @ 2009-11-22 11:18 ☆会飞的鱼☆ 阅读(866) 评论(5) 推荐(0)