Skip to content

FYI-PSA/Caesar-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar-Solver

A simple and useful Caesar Cipher decryption tool.

Usage

  • Run the file "Caesar_Salad.py" with Python 3:

    • Clone the repository:
    git clone https://github.com/FYI-PSA/Caesar-Solver.git && cd Caesar-Solver
    • Then run the file:
    python3 Caesar_Salad.py
  • Give it a Caesar Cipher encrypted message and it will solve all 26 possibilities.

an example of the program

Here on the 25th iteration with a shift of +24 you can see that the message is correctly decrypted as "Hello World"

About

A simple and useful Caesar Cipher decryption tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages