Question: 1 . Encryption - Encrypt _ XX . py: Ask a user for a phrase to encrypt. Use substitution to convert each letter to its

1.Encryption - Encrypt_XX.py:
Ask a user for a phrase to encrypt.
Use substitution to convert each letter to its ASCII value
Print out the encrypted phrase
2. Decryption - Decrypt_XX.py:
Ask the user to enter an encrypted phrase
Convert the encrypted phrase to be readable.
REMEMBER!
Add your name and program description at the top of the program
Define a main function
Use the 'if' statement to check to see if the program is being imported or run itself, and call the main() function to run if it is being executed

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 Programming Questions!