Question: Write a python program that encrypts and decrypts the user input string in the following format: Note Your input should be only lowercase characters with
Write a python program that encrypts and decrypts the user input string in the following format: Note Your input should be only lowercase characters with no space For Encryption: Take the string and reverse the string. Encrypt the reverse string with each character replaced with distance 3. For Decryption: Just do it opposite Sample: String input - college, Encryption process udc -> xgf (encrypted)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
