Caesars Cipher Code | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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