brokenheartz / caesarBrute

Caesar Cipher Brute Forcer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caesarBrute

Caesar Cipher Brute Forcer

How To Install ?

git clone https://github.com/brokenheartz/caesarBrute.git
cd caesarBrute
pip3 install -r requirementx.txt
chmod u+x caesar.py
./caesar.py

How to use?

Using cipher string

$ ./caesar.py <cipher string>

Example :

$ ./caesar.py iyvrluolhyag

Using cipher file

$ ./caesar.py <cipher file>

Example :

$ ./caesar.py cipher.txt

About

Caesar Cipher Brute Forcer


Languages

Language:Python 100.0%