Trithemius Cipher
Polyalphabetic cipher where letter n is shifted by n positions (similar to Vigenère with key ABCDEF…). Invented by Johannes Trithemius in the 16th century.
—
Trithemius: the cipher that advances by itself
Johannes Trithemius published in 1508 the idea of using a different alphabet for each letter of the message, following a fixed progression: the first letter does not shift, the second shifts one place, the third two, and so on. It is the first polyalphabetic cipher described with a table, and the direct ancestor of Vigenère.
Paste the text and the page applies the progression. The practical effect is that identical plaintext letters become different ciphertext letters depending on position — AAA becomes ABC. That alone defeats naive frequency analysis, which was the only cryptanalytic tool available at the time.
Its weakness is having no key: the progression is always the same, so anyone who knows the method deciphers without needing a secret. Vigenère fixes exactly that by replacing the fixed progression with a keyword, which determines which alphabets are used and in what order. Trithemius is, in that sense, Vigenère with the key ABC — and that is how the relationship is usually explained.
Frequently asked questions
How does it differ from the Caesar cipher?
Does the shift start at zero or one?
What happens after the twenty-sixth letter?
Related Tools
Vigenère Cipher
Encrypt and decrypt text with the polyalphabetic Vigenère cipher using a keyword. More robust than Caesar by using multiple shifts. Everything in your browser.
Interactive Alberti Cipher Disk
Alberti cipher disk with two rotating rings — rotate the inner ring and encrypt/decrypt letter by letter.
Monoalphabetic Substitution Cipher
Encrypt/decrypt with a custom A-Z substitution key and show letter frequencies for didactic analysis.
Custom Polybius Square
Build a 5×5 Polybius square with a key letter and encrypt/decrypt messages using numeric coordinates.
Trifid Cipher
Encodes each letter of a message as its three coordinates in the 3x3x3 Delastelle grid, the fractionation step that the Trifid cipher is built on.
Vigenère Autokey Cipher Encoder and Decoder
Enciphers or deciphers text with the classic autokey variant, where the plaintext extends the keyword instead of repeating it. Letters A to Z only.