Hi guys! I am a newbie in VB.NET and am trying to create a cipher. In my program, before you can decrypt a string, you are prompted to enter a key. After you enter the correct c key,the string is decrypted. The problem is that the plaintext appears at the same time with the key form.The key should be entered first and verified then the plaintext to appear later. I have the following objects on my form;
- Plaintext textbox
- Ciphertext textbox
- Encrypt button
- Decrypt button