Caesar Brute Force

Solving an Unknown Caesar Cipher Using Brute Force

DescriptionScreenshots
Compiling & RunningCreditsFootnote

Description

A command line based program that can decrypt an unknown caesar cipher using brute force. The input ciphertext needs to be encrypted using caesar cipher and the original message should be in English. You only need to run the program and paste in the ciphertext, and voila! you get the original message

Screenshots

enter image description hereenter image description here

Compiling & Running

  1. Install Python
  2. Download source code from this repository
  3. Open the folder that has this repository and unzip it
  4. Open a terminal on the folder that has been extracted
  5. Run this command
# Run program
py src/main.py
  1. Paste in the ciphertext, press enter
  2. ???
  3. Profit

Credits

Nama NIM
Farrel Farandieka Fibriyanto 13520054

Footnote

awooga