0
Caesars Cipher Code
Can you help me, cause I'm totally blocked https://code.sololearn.com/W6g27en1Fnx1/#html
1 Respuesta
+ 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.