/// <summary> /// DES加密/解密类。 /// LiTianPing /// </summary> public class DESEncrypt { public DESEncrypt() { } #region……