Vigenere cipher rules | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Vigenere cipher rules

I am working on a vigenere cipher in python (which works perfectly). And I was asking what is the supposed behavior when in the key there is a space. It is equivalent to an a ? It don't change the message letter ?

16th Jul 2021, 11:28 AM
Skeelter
Skeelter - avatar
3 Answers
+ 1
Sure, I gonna do my own alphabet ! Thank you again for responding so quickly ;)
16th Jul 2021, 3:16 PM
Skeelter
Skeelter - avatar
+ 1
I think the "correct" way to deal with space is to don't use them, but common, it's not funny 😂
16th Jul 2021, 3:24 PM
Skeelter
Skeelter - avatar
0
Thank you very much, but is there any "official" rule for vigenre which say what to do with the space ? And you, what do you think I should do with space?
16th Jul 2021, 2:59 PM
Skeelter
Skeelter - avatar