C#.Net常用加密类DESEncrypt /// ///加密数据 /// /// /// /// publicstaticstringEncrypt(stringText,stringsKey) /// ///解密数据 /// ///