DES加密和解密

using System.Security.Cryptography; using System.IO; using System.Text; //加密: public static string Encrypting(string strSource) { //把字符串放到byte數組中 byte[] bytIn = System.Text.Enc
相關文章
相關標籤/搜索