Problem / game
First name
Joseph
Country
Age
0
Third cipher challenge:
The last message was encrypted using an affine cipher at oqbtozctoiie moving on nine letters each time. The problem with just using one cipher to encrypt all the letters in a message is that we maintain the frequency of letters in the plaintext so we’re able to use frequency analysis to help decipher it. We could instead use different alphabets for different parts of a message, for example, we could encrypt the odd letters with one cipher and the even letters with another this is called a vigenere cipher with keyword length two. Good luck.