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.
1/5/2018 5:00:44 AM
Roberto Gomez4 Answers
New Answerhttps://code.sololearn.com/cyuN38uMKsil/?ref=app Works "correctly" xD Try it :D Greetings :D
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
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message