The Vigenère Tableau

The Vigenère tableau, below, is used for a variety of ciphers.

ABCDEFGHIJKLMNOPQRSTUVWXYZ
AABCDEFGHIJKLMNOPQRSTUVWXYZ
BBCDEFGHIJKLMNOPQRSTUVWXYZA
CCDEFGHIJKLMNOPQRSTUVWXYZAB
DDEFGHIJKLMNOPQRSTUVWXYZABC
EEFGHIJKLMNOPQRSTUVWXYZABCD
FFGHIJKLMNOPQRSTUVWXYZABCDE
GGHIJKLMNOPQRSTUVWXYZABCDEF
HHIJKLMNOPQRSTUVWXYZABCDEFG
IIJKLMNOPQRSTUVWXYZABCDEFGH
JJKLMNOPQRSTUVWXYZABCDEFGHI
KKLMNOPQRSTUVWXYZABCDEFGHIJ
LLMNOPQRSTUVWXYZABCDEFGHIJK
MMNOPQRSTUVWXYZABCDEFGHIJKL
NNOPQRSTUVWXYZABCDEFGHIJKLM
OOPQRSTUVWXYZABCDEFGHIJKLMN
PPQRSTUVWXYZABCDEFGHIJKLMNO
QQRSTUVWXYZABCDEFGHIJKLMNOP
RRSTUVWXYZABCDEFGHIJKLMNOPQ
SSTUVWXYZABCDEFGHIJKLMNOPQR
TTUVWXYZABCDEFGHIJKLMNOPQRS
UUVWXYZABCDEFGHIJKLMNOPQRST
VVWXYZABCDEFGHIJKLMNOPQRSTU
WWXYZABCDEFGHIJKLMNOPQRSTUV
XXYZABCDEFGHIJKLMNOPQRSTUVW
YYZABCDEFGHIJKLMNOPQRSTUVWX
ZZABCDEFGHIJKLMNOPQRSTUVWXY


The Vigenère Cipher

The leftmost column has the keys; the top alphabet has the plaintext. So:

KeyECSECSECSE
PlaintextHELLOWORLD
CiphertextLGDPQOSTDH

The Beaufort Cipher

Find the plaintext in the left alphabet, and trace in until you find the key letter. Then turn a right angle and go up. The letter at the top alphabet is the ciphertext. So:

KeyECSECSECSE
PlaintextHELLOWORLD
CiphertextXYHTOWQLHB

The Variant Beaufort Cipher

Find the key in the left alphabet, and trace in until you find the plaintext letter. Then turn a right angle and go up. The letter at the top alphabet is the ciphertext. So:

KeyECSECSECSE
PlaintextHELLOWORLD
CiphertextDCTHMEKPTZ


You can also obtain a PDF version of this. Version of May 8, 2015 at 3:45PM