I would like to figure out how to write a program in C++ that can decrypt a .txt file that is encrypted by Caesar Cipher
Posted: Tue Jul 12, 2022 8:10 am
I would like to figure out how to write a program in C++ thatcan decrypt a .txt file that is encrypted by Caesar Cipher, withouta key. Then it creates a copy of the encrypted file that isdecrypted, and outputs the contents of the .txt file toconsole.