Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PART I. SHIFT CIPHER First study Shift Cipher and develop a program (in Java or Python) to encrypt and decrypt messages using the Shift Cipher.
PART I. SHIFT CIPHER First study Shift Cipher and develop a program (in Java or Python) to encrypt and decrypt messages using the Shift Cipher. Your program should behave as following: 1. Ask the user if they want to encrypt or decrypt a message or quit the program. 2. Ask the user for the key 3. Ask the user for the message 4. Print out the encrypted or decrypted message. 5. Go back to step 1. Please submit the following two (2) files: 1. Source code (.java or .py file) 2. Testing results PDF file. In this file, you should show two (2) examples of encryption and two (2) examples or decryption
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started