-
Atbash Cipher
This tutorial will guide you step-by-step through the process of creating an Atbash cipher, an encryption technique where the alphabet is reversed to encode messages.
-
Caesar Cipher
This tutorial will walk you through each step of building a Caesar cipher, an encryption method that shifts the characters of the plaintext by a key value.
-
Playfair Cipher
This tutorial will walk you through creating a Playfair cipher, a method that encrypts messages by pairing letters and using a keyword-based grid.
-
Rail Fence Cipher
This tutorial will guide you through creating a Rail Fence cipher, a technique that encrypts messages by arranging them in a zigzag pattern across multiple rows.
-
Vigenère Cipher
This tutorial will walk you through creating a Vigenère cipher, a method that uses a keyword to shift each letter of the plaintext by varying amounts for encryption.
-
XOR Cipher
This tutorial will guide you in building an XOR cipher, an encryption technique that uses a binary key to perform a bitwise exclusive OR operation on the plaintext.