If you attempt to decode a message from the Vigenere cipher that uses a key with spaces in it, the message will not decode properly. **Decoding Info:** Input: `ZLLOM 6WJ+F` Key: `Shady Is Cute` Output: `HELLO 6DB+N` Expected Output: `HELLO WORLD`
If you attempt to decode a message from the Vigenere cipher that uses a key with spaces in it, the message will not decode properly.
Decoding Info:
Input:
ZLLOM 6WJ+FKey:
Shady Is CuteOutput:
HELLO 6DB+NExpected Output:
HELLO WORLD