The Alphabet Cipher, also known as a simple substitution cipher, is a basic encryption technique where each letter in the plaintext is replaced with a different letter from the alphabet. This means that for every letter in the original message, a specific letter (or symbol) is chosen to represent it, and this mapping remains consistent throughout the message. For example, in a simple substitution cipher, you might replace: - A with D - B with E - C with F - and so on...
New to topics? Read the docs here!