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

Cipher

What is a cipher? Like Ceaser cipher...

10th Aug 2019, 4:09 PM
DAKIR ALLAH Abderrahman
DAKIR ALLAH Abderrahman - avatar
3 Answers
+ 1
a cipher is a formula/idea to encrypt a message. the caesar shift for example is a really simple one. it takes a message and then shifts every letter in the text one “to the right” message: abcxyz shifted: bcdyza message: hello shifted: idmmp see code below for an example in python https://code.sololearn.com/ccCSrpsh8YYx/?ref=app
10th Aug 2019, 5:17 PM
Brave Tea
Brave Tea - avatar
+ 1
https://code.sololearn.com/cex75zc1uPML/?ref=app this is an implementation of 3 shift CAESER CIPHER
29th Jan 2020, 3:31 AM
aaditya sohani
aaditya sohani - avatar
10th Aug 2019, 6:02 PM
Gwlanbzh
Gwlanbzh - avatar