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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
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
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.