Encrypt 🔒 and decrypt 🔓 using Caesar Cipher
Briefly it's to easy
- run the python script 👌
- make sure that your word which you want to encrypt it be a one word like
ROOT
orHELLO
not like thisHELLO WORLD
👌 - make sure for the word should be uppercase
ROOT
not lowercaseroot
👌 - also be sure for the key's value should be an integer ! 👌
Let's use key = 4
ROOT
=>VSSX
HELLO
=>LIPPS
WORLD
=>ASVPH