Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 481 Bytes

Caesar Cipher


TODO

  • Created Base Files
  • Make the main class
  • Create the Cryptoboy module
  • Setup arguments and what to run
  • Setup the Encryption and Decryption Algorithms
  • Made sure to have the algorithm check if the file exists in the Current Directory or not.
  • Need to setup the cracking/bruteforce algorithm
  • create the Checking algorithm.
  • Document and comment the program.
  • Demonstrate Program
  • Take screenshots