Page 1 of 1

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
by answerhappygod
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.