private void btn_desencriptar_Click(object sender, EventArgs e) { tb_desencriptado.Text = MyUtils.DecryptString(tb_desencriptar.Text); }