🤔🤔CHALLENGE🤔🤔 Caesar Cipher Decoder | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

🤔🤔CHALLENGE🤔🤔 Caesar Cipher Decoder

Create a program that lets you input your encrypted message and the shift used to encrypt it and outputs the decoded message The caesar cipher is a type of encryption in which each letter of the message is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on.

5th Jan 2018, 5:00 AM
Roberto Gomez
Roberto Gomez - avatar
4 Answers
28th Jan 2018, 4:17 AM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
+ 2
https://code.sololearn.com/cyuN38uMKsil/?ref=app Works "correctly" xD Try it :D Greetings :D
6th Jan 2018, 6:20 AM
jaaxdev
jaaxdev - avatar
+ 1
This is a slight change to my encode Caesar cipher. Put the shift number, then the text, supports multiple lines of text. You can pass the shift as a command line argument, if compiled on IDE etc. The shift should be between 1 and 25. https://code.sololearn.com/cd2uPP8OCqDK/?ref=app
5th Jan 2018, 7:48 AM
Jared Bird
Jared Bird - avatar
0
https://code.sololearn.com/cSpp1t5JMjY3/?ref=app
5th Jan 2018, 6:41 AM
VcC
VcC - avatar