Question: Programming Exercise #ex3_1 1. Create a new text file named ex3_1.cpp with the following two lines. Be sure to replace the string YourFullName with your

 Programming Exercise #ex3_1 1. Create a new text file named "ex3_1.cpp"

Programming Exercise #ex3_1 1. Create a new text file named "ex3_1.cpp" with the following two lines. Be sure to replace the string "YourFullName" with your real full name, /*Filename: ex3_1.cpp Student: Your FullName */ 2. Next to the above two lines, write a C++ program that will ask users to enter a large integer such as a social security number (e.g. 333445555) and another integer in the range, 10-999, as the "key". Use one of the C++ bitwise operators to design an encryption and decryption application. Then, display the plaintext (the original value) and ciphertext (the encrypted) as well as the decrypted result on the screen. Developer Command Promotor Enter a social security number: 459878231 Enter key 110.999): 972 The ciphertext ist 459074387 The decrypted result ist 459075231

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!