Question
You will need to create a program that will help solve any One-to-One cipher. That is a cipher that replaces each letter in the alphabet with another letter. It is not the same as a Caesar Cipher in that there is no shift. Each letter is simple replaced by another. You may want to consult the frequency tables to help you create this program. 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.
Requirements:
- Your code must allow for any string or character array to be used.
- Although your code does not have to decipher the message completely, it should
produce a result that will help you decode the message.
-
Need some more help with programming, Caesar Cipher I was able to do, need assistance with this though
Requirements:
- Your code must allow for any string or character array to be used.
- Although your code does not have to decipher the message completely, it should
produce a result that will help you decode the message.
-
Need some more help with programming, Caesar Cipher I was able to do, need assistance with this though
Answers
If this doesn't help, I'd be surprised.
http://practicalcryptography.com/ciphers/simple-substitution-cipher/
http://practicalcryptography.com/ciphers/simple-substitution-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...
I need to create a program that will solve any Caesar Cipher. The goal is to be given an encoded me...