Skip to content

sirlupinwatson/pythonCaesarCipherHackerProgram

Repository files navigation

Python 3.9.7 Caesar Cipher Hacker Program

Break the code from a Caesar Cipher with Python. In this tutorial, we will exploit an encrypted message with a simple decoding method.

"We can hack the Caesar cipher by using a cryptanalytic technique called “Brute-Force

1- Start by Installing Visual Studio Code https://code.visualstudio.com/

2- Then install the Python extension PythonInstallation2

3- Create a new file and Copy/Paste the code from the file pythonHackingCaesarCipher.py and save it!

4- Hit Left Shift + Enter to run the game and have fun!

5- I have include two files .py, the first one pythonHackingCaesarCipher.py is basically the "Brute-Force" attack. The second file, is complimentary to assess your encryption, try to encrypt a special message with a specific key, then brute force it with the first one and vice-versa! Have fun!

PythonHackingCaesarCipher1 PythonHackingCaesarCipher PythonHackingCaesarCipher2 PythonHackingCaesarCipher4 PythonHackingCaesarCipher6 PythonHackingCaesarCipher5

About

Hack a Caesar Cipher with Python 3.9.7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages