摘要: public class DESCrypto { /// /// 初始化des实例秘钥及向量 /// /// /// private static DESCryptoServiceProvide... 阅读全文
posted @ 2014-07-28 15:05 i迷倪 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 关于RSACryption帮助类定义见RSACryption一、加密与解密 //定义明文和密文变量 string plaintext = "天道酬勤,厚德载物!"; string ciphertext = ""; ... 阅读全文
posted @ 2014-07-28 12:59 i迷倪 阅读(326) 评论(0) 推荐(1) 编辑