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
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!