private void showPass_Click(object sender, RoutedEventArgs e) { MessageBox.Show(Encryptor.Decrypt(selected.pass, selected.login)); }