Exemplo n.º 1
0
 private void btnLicDec_Click(object sender, EventArgs e)
 {
     RWCrypt.RWCrypt rwenc = new RWCrypt.RWCrypt();
     txtLicDec.Text = rwenc.DecryptLicFile(txtLicEnc.Text);
 }
Exemplo n.º 2
0
 private void btnwEnc_Click(object sender, EventArgs e)
 {
     RWCrypt.RWCrypt rwenc = new RWCrypt.RWCrypt();
     txtwEnc.Text = rwenc.Encrypt(txtwDec.Text);
 }