0
Cipher
What is a cipher? Like Ceaser cipher...
3 Respostas
+ 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
+ 1
https://code.sololearn.com/cex75zc1uPML/?ref=app
this is an implementation of 3 shift CAESER CIPHER
0
A cipher is a method, an algorithm used to encrypt (literally, ''hide'') a text or a message.
https://www.google.com/url?q=https://en.m.wikipedia.org/wiki/Cipher&sa=U&ved=2ahUKEwjG7POu8fjjAhWF4YUKHdH3DV0QFjADegQIChAB&usg=AOvVaw2zWbRxv3iRrLGP5Qd1Ztbs