Question: In this assignment vou are asked to create a Pvthon program to perform a simple encrvption of a short text message. Encryption is a security

In this assignment vou are asked to create a Pvthon program to perform a simple encrvption of a short text message. Encryption is a security process that converts a text message that anyone can read, called plaintext', into a version that cannot be read - the encrypted text. The idea is to keep your message private so others cannot read it. A typical use is to encrypt a message to be sent over a network (e.g the Internet) to another party who should be able to read it. Since messages on the Internet can be intercepted by others, encrypting it means those who do that cannot easily read what you've sent. Your program will both encrypt and decrypt an input message. To decrypt means to convert the encrypted (scrambled) message back to its original, readable form he input and output of the program should 1. Print a 'start of A3 program' message 2. Repeatedly prompt the user for an input message to be encrypted and decrvpte
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
