예제 #1
0
 private static string DecryptString(string input)
 {
     return(Encryption64.DecryptString(input, EncryptionKey));
 }