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:

Keyed Caesar Cipher

The Keyed Caesar Cipher is a variation of the classic Caesar Cipher that incorporates a keyword to reorder the alphabet before applying the traditional shift. By first creating a keyed alphabet, the cipher avoids the predictable sequential order of letters, making frequency analysis slightly more challenging while still maintaining the simple shift mechanism of the original Caesar system.

Kama-Sutra Cipher

The Kama-Sutra Cipher is a classical substitution cipher that encodes letters in pairs, based on a fixed alphabetic mapping. Each letter in a pair is replaced with its corresponding partner, making it a simple but effective polyalphabetic-style substitution. It is often used as an educational example of fractionating substitution systems, similar in concept to the Atbash Cipher but with paired letter substitution.

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.

Caesar Cipher

The Caesar Cipher is a classical substitution cipher named after Julius Caesar, who reportedly used it to encrypt private correspondence. It shifts each letter in the plaintext by a fixed number of positions down the alphabet. This simplicity makes it easy to understand and implement, but also vulnerable to frequency analysis and brute-force attacks due to its limited keyspace.

Atbash Cipher

The Atbash Cipher is a classical monoalphabetic substitution cipher that works by reversing the standard alphabet. In its simplest form, A is replaced by Z, B by Y, C by X, and so on, effectively mirroring the alphabet around its midpoint. This simple inversion makes it a symmetric cipher: encryption and decryption are identical operations. The Atbash Cipher has roots in ancient Hebrew cryptography but has been adapted for use with the Latin alphabet and other scripts.