Question: MASM assembly language Make a program that gets a plain text and a key as input. Use the key to encrypt and decrypt the plain
MASM assembly language

Make a program that gets a plain text and a key as input. Use the key to encrypt and decrypt the plain text by XORing each character of the key against a corresponding byte in the message NOTE: 1. The length of plain text does not exceed 40 characters. 2. 'Enter' character (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
