Chaocipher
The Chaocipher is a sophisticated and historically intriguing cipher invented by John F. Byrne in 1918. Unlike traditional substitution ciphers, the Chaocipher uses two rotating disks—one for the plaintext alphabet and one for the ciphertext alphabet—both of which are permuted after each letter is encrypted. This dynamic reordering ensures that the same plaintext letter never encrypts to the same ciphertext letter twice in a row, creating a highly irregular polyalphabetic system.
Bifid
The Bifid Cipher is a classical polygraphic cipher developed by Félix Delastelle in the early 20th century. It combines a Polybius (Square) Cipher with transposition to create a system that diffuses plaintext letters across multiple ciphertext symbols.
Beaufort
The Beaufort Cipher is a polyalphabetic substitution cipher closely related to the Vigenère Cipher. Invented by Sir Francis Beaufort in the 19th century, it uses a reversed encryption mechanism compared to Vigenère: instead of adding key values to plaintext letters, the plaintext letters are subtracted from the key letters modulo 26. This results in a symmetric system where encryption and decryption processes are identical, simplifying usage while retaining polyalphabetic complexity.
Autokey
The Autokey Cipher is a polyalphabetic substitution cipher designed to reduce the repetition vulnerabilities found in simpler systems such as the Caesar Cipher. Instead of using a short, repeating key, the Autokey Cipher extends the key by appending the plaintext itself after an initial keyword. This produces a variable-length key that is as long as the message, effectively minimizing repeated patterns and increasing resistance to frequency analysis.
Alberti
The Alberti Cipher, invented by Leon Battista Alberti in the 15th century, is widely regarded as the first polyalphabetic cipher. It introduced the revolutionary concept of using multiple cipher alphabets to encrypt a message, rather than relying on a single fixed substitution. This approach significantly reduced the effectiveness of frequency analysis, which had compromised simpler monoalphabetic ciphers such as the Simple Substitution Cipher.