Vigenère Cipher
Objectives
- Continue working with algorithmic thinking
Requirements
Write your answers in a text file on your computer. If you have Visual Studio Code installed, feel free to use it. Otherwise use Notepad or TextEdit.
Explorer Mode
- Write an algorithm for encoding text using the Vigenère cipher
Adventure Mode
- Write an algorithm for decoding text using the Vigenère cipher