If this doesn't help, I'd be surprised.
http://practicalcryptography.com/ciphers/simple-substitution-cipher/
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
1 answer