コード例 #1
0
 private static string Decrypt(string encrypted)
 {
     return(Encoding.Unicode.GetString(Base65Encoding.Decode(encrypted)));
 }