Пример #1
0
        private void cypherToolStripMenuItem3_Click(object sender, EventArgs e)
        {
            ACAHomophonic aca = new ACAHomophonic();

            aca.TextBoxValue    = "Stenography";
            aca.TextBox2Value   = "this";
            aca.TextLbl1Value   = "Plain Text:";
            aca.TextLbl2Value   = "Cipher Text: ";
            aca.TextButtonValue = "Encrypt";
            aca.Show();
        }
Пример #2
0
        private void decryptToolStripMenuItem3_Click(object sender, EventArgs e)
        {
            ACAHomophonic aca = new ACAHomophonic();

            aca.TextBoxValue    = "3637723121900008332606";
            aca.TextBox2Value   = "this";
            aca.TextLbl2Value   = "Plain Text:";
            aca.TextLbl1Value   = "Cipher Text: ";
            aca.TextButtonValue = "Decrypt";
            aca.Show();
        }