Caesars Cipher Code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Caesars Cipher Code

Can you help me, cause I'm totally blocked https://code.sololearn.com/W6g27en1Fnx1/#html

12th Jun 2018, 3:18 PM
Miriam Guzmam
Miriam Guzmam - avatar
1 Answer
+ 1
In Caesar Cipher the plaintext is incremented by some specific number to get the Hash or Ciphertext. so, just write an easy code which accepts plaintext and increment value (or you can say, Shift Count). And then increment the plaintext by the value and print the output.
14th Jun 2018, 1:19 PM
_incognito_
_incognito_ - avatar