摘要:
public class DESCrypto { /// /// 初始化des实例秘钥及向量 /// /// /// private static DESCryptoServiceProvide... 阅读全文
摘要:
关于RSACryption帮助类定义见RSACryption一、加密与解密 //定义明文和密文变量 string plaintext = "天道酬勤,厚德载物!"; string ciphertext = ""; ... 阅读全文