Decryption of an Encrypted Message
- littlenv
- Dec 2, 2015
- 1 min read
I worked on this project when I was first learning C++. We were provided an encrypted message that used a substitution cipher and were told to decode it. To do this, I created a file that held a list of all letters sorted by their frequency of use in the English language.
Comentarios