I have this school assignment about Vigenere code.
I've got 2 keys: AB and XYZ. A text is encrypted twice with these keys. The questions are:
For example with AB
and XYZ
assuming A=0:
AB AB AB
and XYZ XYZ
A+X
, B+Y
, A+Z
, B+X
, A+Y
, B+Z
= XZZYYA
This algorithm works with any number of keys.