static string GetOrgianalKey(string key) { var s = Base32.ToBytes(key); return(Encoding.Default.GetString(s)); }