>16:43
I implemented the Vigenere square which takes considerably longer.
Click on the link below;
https://ibb.co/nc5m9CC
By spelling out the key word LEMONS along the vertical axis and matching those letters to the corresponding letters of the desired message (to be sent) along the horizontal axis you obtain the cipher. Carry out the reverse operation to decrypt.
eg. Converting the first word 'THREE' into code.
L (vert axis) --- T (Horiz axis) results in the first letter E to be encrypted.
E --- H yields L
M --- R gives D
O --- E produces S
N --- E from the Square table R
S --- C (beginning of the next word) again from VSq generates U
... and so we start again with the letter L.
Hope this helps :-)