コード例 #1
0
 private static byte[] InternalEncrypt(string PDGAOEAMDCL, string HDAJOEOLHGG) => ObscuredString.GetBytes(ObscuredString.EncryptDecrypt(PDGAOEAMDCL, HDAJOEOLHGG));
コード例 #2
0
 private static byte[] InternalEncrypt(string value, string key)
 {
     return(ObscuredString.GetBytes(ObscuredString.EncryptDecrypt(value, key)));
 }
コード例 #3
0
 public void SetEncrypted(string LEBNEIHLING)
 {
     this.inited      = true;
     this.hiddenValue = ObscuredString.GetBytes(LEBNEIHLING);
 }