Question: Project # 2 : Cryptography: Design an assembly program to read a string from the user. Your program should encrypt the input string according to

Project #2: Cryptography:
Design an assembly program to read a string from the user. Your program should encrypt the input string
according to the following encryption equation:
Encrypted letter =(P+3)%26
Where:
Ensure that:
a. Lowercase and uppercase letters will have the same P value.
b. The encrypted letter must be written in the same case as the original letter.
c. Special characters will not be encrypted.
Sample Execution:
Enter any string (press enter to halt entry): Experience is a GREAT teacher !!
The encrypted version is: Hashulhqfh Iv d JUHDW whdfkhu !!
 Project #2: Cryptography: Design an assembly program to read a string

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!