摘要:
下面的示例使用 DESCryptoServiceProvider 类将一些数据加密到内存,然后解密数据。// This sample demonstrates using a key based on the cryptographic service provider (CSP) version// of the Data Encryption Standard (DES)algorithm to encrypt a string to a byte array, and then // to decrypt the byte array back to a string.using Sys 阅读全文