Select the option you want and fill in the data on the following menus to finish the operation. Use GEN KEY to randomly generate a key. ENCODE - Encode DECODE - Decode INPUT TXT - Input the text for translation INPUT KEY - Input they key for translation GEN KEY - Randomly generate a key KEY LEN - Set length of random key BACK - Go to menu
The Vigenere Cipher is a cipher invented by Blaise de Vigenère (though technically that's a misattribution). It follows a simple square pattern where the encoded letter is found at the intersection of the original letter and the current letter of the key which is cycled through. All programming done myself. #utility #cipher #description(A simple Vigenere Cipher)