Пример #1
0
 protected string EncryptDES(string stringToEncrypt)
 {
     return(CGlobal.EncryptDES(stringToEncrypt, "#12B@@k$"));
 }