caesar-salad

A command-line tool to crack ROT-n Caesar Ciphers by a brute force attack on a sample of text


License
GPL-3.0
Install
pip install caesar-salad==1.0.1

Documentation

CaesarSalad

Command Line tool to crack ROT-n Caesar Ciphers given a sample of text Wordlist use can be substituted with a wordlist of your choice, provided that the words are newline seperated

This repository uses the Moby Word List

Two letter words are ignored.

Installation:

From PyPi: pip install caesar-salad

Usage

Run by using caesar-salad on the terminal

caesar-salad [-h] [-d] [-w] [STR]

positional arguments:
  STR                ROT-encoded string to decipher

optional arguments:
  -h, --help         show this help message and exit
  -d, --decode-only  Only output best guess of decoded string
  -w, --which-rot    Find best guess of type of encoding