GUI based decoders for Caesar Cipher and Vigenere Cipher.
- Take the encrypted message.
- Loop through all possible keys.
- When each key is applied, check how many words present in the output are in the English dictionary.
- Display the output and key that had the most English words present.
- Allow user to cycle through keys for themself in case of error.
- Take encrypted message.
- Take the key.
- Apply key to encrypted message.
- Display the decrypted message.