Asked by Anonymous
I need to create a program that will solve any Caesar Cipher. The goal is to be given an encoded message, make it an array, and use that array to return to me a decoded message. At the end of the project you will be given a code and will be graded on how efficiently you are able to produce a correct deciphering of the message using your program.
Requirement:
- The code must allow for any string or character array to be used.
I’m in need of some big help
Requirement:
- The code must allow for any string or character array to be used.
I’m in need of some big help
Answers
Answered by
oobleck
For something general like this, google is always a good first step. The first hit I got was
http://practicalcryptography.com/ciphers/caesar-cipher/
It discusses the problem, and provides links to solutions in several programming languages. Now let 'er rip!
http://practicalcryptography.com/ciphers/caesar-cipher/
It discusses the problem, and provides links to solutions in several programming languages. Now let 'er rip!
Answered by
Anonymous
thank you 👍
Answered by
anonymous
this website explains too
www.geeksforgeeks.org/caesar-cipher/
www.geeksforgeeks.org/caesar-cipher/
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.