Project 2 – cipher implementation in python
The primary goal of this project is to understand how Caesar cipher works. Here, we are using the python programming language to implement the Caesar cipher algorithm. It is not mandatory to know python in order to run the program. The main focus is to understand how the input message is converted into ciphertext with the help of encryption logic and then use a similar […]
Recent Comments