Created a simple but challenging Encryption functionality in python. 👋Hello. Want to encrypt a message for a friend to talk secrectly in class or in a group? Create your own by this simple python magic🪄. •On day 8, by creating this Caesar Cipher project I leanrt: -Defining a function with input/s -What is Parameters and Arguments. -Calling a function. Kind of a Lingo in programming/coding world.
,adPPYba, ,adPPYYba, ,adPPYba, ,adPPYba, ,adPPYYba, 8b,dPPYba,
a8" "" "" Y8 a8P_____88 I8[ "" ""
Y8 88P' "Y8
8b ,adPPPPP88 8PP""""""" "Y8ba, ,adPPPPP88 88 "8a, ,aa 88, ,88 "8b, ,aa aa ]8I 88, ,88 88
"Ybbd8"' "8bbdP"Y8
"Ybbd8"' "YbbdP"'
"8bbdP"Y8 88
88 88
"" 88
88
,adPPYba, 88 8b,dPPYba, 88,dPPYba, ,adPPYba, 8b,dPPYba,
a8" "" 88 88P' "8a 88P' "8a a8P_____88 88P' "Y8
8b 88 88 d8 88 88 8PP""""""" 88
"8a, ,aa 88 88b, ,a8" 88 88 "8b, ,aa 88
"Ybbd8"' 88 88
YbbdP"' 88 88 `"Ybbd8"' 88
88
88
#In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code, or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence. Learn more about Caesar cipher at wikipedia: https://en.wikipedia.org/wiki/Caesar_cipher