Question
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
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!
thank you 👍
this website explains too
www.geeksforgeeks.org/caesar-cipher/
www.geeksforgeeks.org/caesar-cipher/
Related Questions
describe each of the following in a couple of sentences:
• Caesar’s Shift Cipher
• Codes vs. Cip...
hi I have an IT assignment to do it is about a cipher.Can you help me to write out an java program a...
hi I have an Information Technology assignment to do it is about a cipher.Can you help me to writ...
You will need to create a program that will help solve any One-to-One cipher. That is a cipher that...