Skip to content

Break any substitution/caesar cipher in a matter of seconds (source code based off of the people at practicalcryptography.com)

License

Notifications You must be signed in to change notification settings

bahmoudd/pysubbreaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pysubbreaker

Break any substitution/caesar cipher in a matter of seconds (source code based off of the people at practicalcryptography.com)

How to use

  1. In your terminal, run pip install -r requirements.txt
  2. Place your ciphertext into input.txt
  3. Run sub_cipher_breaker.py and wait a few seconds to find the key and plaintext

Notes

This has only been tested on Python 3.12 but should work on 3.7+

About

Break any substitution/caesar cipher in a matter of seconds (source code based off of the people at practicalcryptography.com)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages