Templar Cipher

The Templar Cipher is a cryptographic method associated with the Knights Templar, a medieval Christian military order founded during the Crusades. It is one of the many historical ciphers that have been attributed to the Knights Templar, although the exact cipher they used remains a subject of debate and speculation.

Solitaire Cipher

The Solitaire Cipher, also called the Pontifex Cipher, is a manual encryption system created by Bruce Schneier to allow secure message encryption using a deck of playing cards. Each card represents a number, and the deck is manipulated in a series of steps (joker moves, triple cuts, and count cuts) to generate a pseudorandom keystream. Letters of the plaintext are then converted to numbers (A=1, B=2, …, Z=26) and combined with the keystream numbers modulo 26 to produce ciphertext.

Simple Substitution Cipher

The Simple Substitution Cipher is a classical monoalphabetic substitution cipher where each letter in the plaintext is replaced by a corresponding letter from a fixed, pre-agreed cipher alphabet. Unlike the Caesar Cipher, which shifts letters by a fixed number, the Simple Substitution Cipher allows a completely arbitrary mapping of the 26 letters, providing more variability and slightly stronger security against casual frequency analysis.

Running Key Cipher

The Running Key Cipher is a polyalphabetic substitution cipher that uses a long piece of text as the key instead of a short repeating keyword. The key must be at least as long as the plaintext. Each letter of the plaintext is combined with the corresponding letter of the key using modular arithmetic based on the alphabet.

ROT Cipher

The ROT Cipher is a simple monoalphabetic substitution cipher that shifts each letter of the plaintext by a fixed number of positions in the alphabet. “ROT” stands for “rotate,” and the most common variant is ROT13, which shifts letters by 13 positions. This means that A becomes N, B becomes O, and so on, wrapping around the alphabet. Because the English alphabet has 26 letters, applying ROT13 twice restores the original text.

Rosicrucian Cipher

The Rosicrucian Cipher is a historical substitution cipher associated with the secretive Rosicrucian order, a mystical and philosophical society that emerged in early 17th-century Europe. It was primarily used to encode the order's esoteric texts, manifestos, and personal communications. The cipher disguises letters through a systematic symbolic substitution known only to initiates, allowing messages to remain hidden in plain sight.

Polygraphia

The Polygraphia Cipher originates from the work Polygraphia, a 16th-century cryptographic treatise written by the German abbot and polymath Johannes Trithemius and first published in 1518. The book is considered the first printed work devoted entirely to cryptography. Among its many systems, Trithemius introduced a progressive substitution method in which the encryption alphabet changes with each letter of the message.

Polybius (Square) Cipher

The Polybius Cipher, also known as the Polybius Square, is a classical substitution cipher invented by the ancient Greek historian and scholar Polybius. It encodes letters as pairs of numbers corresponding to their position in a 5×5 grid, allowing letters to be represented numerically. To fit the 26-letter Latin alphabet into a 25-cell square, the letters I and J are typically combined.

Polyalphabetic Cipher

The Polyalphabetic Cipher is a class of substitution ciphers that uses multiple cipher alphabets instead of a single one. Unlike a simple substitution cipher where each plaintext letter always maps to the same ciphertext letter, a polyalphabetic system changes the substitution depending on position in the message. This shifting pattern helps obscure letter frequencies, making the cipher far more resistant to classical frequency analysis.

Playfair Cipher

The Playfair Cipher is a digraph substitution cipher invented by Charles Wheatstone in 1854 and popularized by Lord Playfair. Instead of encoding single letters, it encrypts pairs of letters (digraphs) using a 5×5 grid constructed from a keyword. This makes it significantly stronger than simple monoalphabetic ciphers because frequency analysis is applied to letter pairs rather than single letters.