Esempio n. 1
0
 public static SecureString DecryptSecure(string str, UInt16 uiseed = 1)
 {
     return(AED0x1.Decrypt(str, uiseed).Secure());
 }
Esempio n. 2
0
 public static string Decrypt(SecureString str, UInt16 uiseed = 1)
 {
     return(AED0x1.Decrypt(str.Release(), uiseed));
 }