In cryptography, a Caesar Cipher is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter ...
Version 0.1: Included a Caesar Cipher shifter to create ciphertexts as well. Makes use of a dictionary library to make sure the ciphertext cracks to an existing word. Official version 1 will include a ...
recover.py: This script perfectly recreates the original encryption/decryption routine, including all four bugs (see bellow). Because CIPHER.COM is a pure XOR stream cipher, this script can be used to ...