Jishan's Log 2: Caesar's Cipher

         

        Welcome!

        

         I'm currently working on the Caesar's Cipher. 

         Before showing you what I'm trying to do, let me show you what the cipher actually is.

         



         


         This is the Caesar Cipher:

                This was used by the Romans during the time of Caesar to pass out secret messages

                of the Roman Administration. 

                It works by taking a letter and a SECRET KEY (any number) and we move from the

                letter by (SECRET KEY) steps.

                Example:

                From above, let's take B. The secret key is E. We then move 3 letters after B. C, D, E.

                So E is the coded word for B.


                Till now, my code works perfect but needs to go from Z->A. Will update later.




Comments

Popular posts from this blog

Jishan's Log 14: Codeforces 69A solution

Jishan's Log 12: Codeforces 236A solution

Jishan's Log 13: Codeforces 96A solution