SST-CTF / cipher-tools

Current Storage for Cipher Tools script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brute Force Caesar Cipher

Version: 1.0.1

Authors: Kenneth, Dane, and Tamir All rights reserved.

Introduction

This code is for the simple Caesar Cipher in which you have three different commands you can use. One for brute force decrypt, one for decrypting the cipher with a key, and one to encrypt using a key.

Usage

Brute Force:
Usage: Run Cipher Tools.py and input bc

Notes: decrypting looks for words that appear through the loop that results from the program.
Decrypt w/ Key:
Usage: Run Cipher Tools.py and input dc

Notes: just moves the encrypted message by the amount of times you have your key.
Encrypt w/ Key:
Usage: Run Cipher Tools.py and input ec

Notes: loops through and shifts the message by the key.

About

Current Storage for Cipher Tools script


Languages

Language:Python 100.0%