Skip to content

Command Line tool to crack ROT-n Caesar Ciphers given a sample of text

License

Notifications You must be signed in to change notification settings

fossabot/caesar-salad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaesarSalad

FOSSA Status

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

License

FOSSA Status

About

Command Line tool to crack ROT-n Caesar Ciphers given a sample of text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%