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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!