Two Square Cipher

The Two Square Cipher is a polygraphic substitution cipher that uses two separate 5x5 squares to encrypt pairs of letters. It is a variant of the Playfair Cipher but uses two grids instead of one, providing a more complex substitution for digraphs (pairs of letters). This cipher increases security by avoiding simple frequency analysis that single-letter substitution ciphers are vulnerable to.

NATO Phonetic Alphabet

The NATO Phonetic Alphabet, also known as the International Radiotelephony Spelling Alphabet, is a standardized set of code words used to represent the letters A–Z. Developed and adopted by NATO in 1956, it ensures clear communication over radio, telephone, and other voice channels where mishearing letters could have critical consequences. Each letter is assigned a unique word, such as A → Alfa, B → Bravo, C → Charlie, minimizing confusion due to similar-sounding letters.

Zodiac Cipher

The Zodiac Cipher refers to a set of ciphers used by the infamous Zodiac Killer in the late 1960s to send encrypted messages to newspapers and authorities in Northern California. These ciphers combine substitution, symbols, and, in some cases, simple transposition, creating challenging puzzles that drew widespread attention from cryptographers and amateur sleuths alike.

Patristic Cipher

The Patristic Cipher is a letter-substitution format where the plaintext is first encrypted using a keyword-based substitution (like a keyed alphabet) and then formatted into uniform blocks (commonly 5 letters each). Spaces, punctuation, and other non-letter characters are removed so that the ciphertext appears as a continuous stream of letters, hiding word boundaries.

Patristic Cipher: Encoding

Plaintext message:

HELLO WORLD

Step 1: Clean the text

Remove spaces and non-alphabet characters:

Letter Number Substitution

The Letter Number Substitution cipher is a simple substitution system in which each letter of the alphabet is replaced by its corresponding numeric position. For example, A=1, B=2, …, Z=26. This cipher is sometimes called the A1Z26 Cipher and is one of the most straightforward methods to convert letters to numbers for encoding messages.

D’Agapeyeff Polybius Cipher

The D’Agapeyeff Polybius Cipher is a classical cipher named after Alexander D’Agapeyeff, who documented it in his 1939 book Codes and Ciphers. It is a type of Polybius (Square) Cipher that uses a 5×5 grid to convert letters into coordinates, typically numbers, which can then be transmitted or further encrypted. This method converts each letter of plaintext into a pair of digits representing its row and column in the grid.

Cadenus–Gronsfeld Cipher

The Cadenus–Gronsfeld Cipher is a variation of the Gronsfeld Cipher, itself a numeric version of the Caesar Cipher. It operates on alphabetic text by shifting each letter according to a repeating numeric key, but with the added twist that the key may include a reversible sequence or "cadenus" pattern, providing irregularity in the shifts. This makes it a hybrid between classical polyalphabetic ciphers and simple numeric substitution, increasing resistance to frequency analysis.

Bifid–Bacon Hybrid Cipher

The Bifid–Bacon Hybrid Cipher is a creative fusion of the Bifid Cipher and the Baconian Cipher. It combines polygraphic transposition with dual-character substitution to create a cipher that spreads each plaintext letter across multiple symbols while encoding them into A and B sequences. This hybrid approach increases diffusion and adds a layer of steganography, making it more resistant to frequency analysis than either cipher alone.

Autokey Vigenère Cipher

The Autokey Vigenère Cipher is an advanced polyalphabetic cipher that builds upon the classic Vigenère Cipher by incorporating an autokey mechanism. Instead of repeating a short keyword cyclically, the key is extended by appending the plaintext itself after the initial keyword. This produces a variable-length key, reducing repeating patterns in ciphertext and making frequency analysis considerably more difficult than in the standard Vigenère system.

Wheatstone Cipher

The Wheatstone Cipher, also known as the Playfair Cipher, is a digraphic substitution cipher that encrypts pairs of letters (digraphs) rather than single letters. It was described by Charles Wheatstone in 1854 and later popularized by Lord Playfair. Its main advantage over simple substitution ciphers is that frequency analysis is more difficult because the unit of encryption is two letters instead of one.