Project Assignment Description In this project, we will investigate some simple encryption techniques to understand more about methods for clandestinely sending messages and also about the techniques that an attacker may employ. Specifically, we will build some encoding, decoding, and cracking tools for a method called Caesar’s cipher. This is a relatively simple method, but hopefully, it will still give you some of the fundamental understandings. Here is some information from Wikipedia [1] on how Caesar’s cipher works: “In cryptography, a Caesar cipher, also known as Caesar’s cipher, the shift cipher, Caesar’s code or Caesar shift, is one of the simplest an
Project Assignment Description In this project, we will investigate some simple encryption techniques to understand more about methods for clandestinely sending messages and also…