aipnapet to tne iert. Tne amount or tne snirt is rererrea to as tne key. For exampie, IT we are encrypting the letter A, and we shift the alphabet four times to the left (that is, the key is 4), then A becomes E in our encryption. Decryption proceeds in the opposite manner, where E is decrypted back into an A. Your Task Your task is to write a program called Lab4.py to decode and print the secret message in SecretCode.txt file, which you can download from Moodle. Put the downloaded file in the same folder as your program. This file has text that has been encrypted using a Caesar Cipher. Your program will need to read the encrypted text from the file, and then take an integer decryption key as input from the user. Your program must then print the decrypted output on the console. You are required to put your solution code into a function called Main that has no arguments. That is, the framework of your program must appear as follows (do NOT forget the comment with your name): 4 Your name - Lab #4 - the current date def ReadFileASListofStrings (Filename): # Get the code from the Companion, bottom of page 366 def Main () : Code = ReadFileASListofStrings ("SecretCode.txt") # All your new code goes here return - Page 1- COMPSCI 119 - Fall 2021 - Lab Assignment 4 - Professor William T. Verts Written by TAs Prateek Mantri and Sunjae Kwan, and Matthew Jamieson, © 2021 One appreach could be to convert cbaractere inte numbers where they can be added and cubtracted

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
File Edit
View History Bookmarks Tools Help
COMPSCI 119: I V×
Young LeadershipX
SWS Sign Up to X
New Tab
Grades: View
4-1.pdf
C How Do I Write TX
b My Questions | b.X
Cryptography wit X
+
& file:///C:/Users/msunn/AppData/Local/Temp/Lab%234-1.pdf
G
个|小
+
>>
1
of 3
100%
aipnabet to the left. Tne amount of the snift is referred to as the key . For exampie, it we are encrypting
the letter A, and we shift the alphabet four times to the left (that is, the key is 4), then A becomes E in our
encryption. Decryption proceeds in the opposite manner, where E is decrypted back into an A.
Your Task
Your task is to write a program called Lab4.py to decode and print the secret message in SecretCode.txt
file, which you can download from Moodle. Put the downloaded file in the same folder as your program.
This file has text that has been encrypted using a Caesar Cipher. Your program will need to read the
encrypted text from the file, and then take an integer decryption key as input from the user. Your program
must then print the decrypted output on the console.
You are required to put your solution code into a function called Main that has no arguments. That is, the
framework of your program must appear as follows (do NOT forget the comment with your name):
# Your name
Lab #4
the current date
def ReadFileAsListOfStrings (Filename):
# Get the code from the Companion, bottom of page 366
def Main ):
Code
ReadFileAsListOfStrings ("SecretCode.txt")
# All your new code goes here
return
- Page 1
Lab Assignment 4 – Professor William T. Verts
Written by TAs Prateek Mantri and Sunjae Kwan, and Matthew Jamieson, © 2021
COMPSCI 119 – Fall 2021
One approach could be to convert characters into numbers, where they can be added and subtracted
before being converted back in to characters. Alternatively, you can store the alphabet in a list and
address its elements by index.
11:10 PM
O Type here to search
25
36°F
11/19/2021
Transcribed Image Text:File Edit View History Bookmarks Tools Help COMPSCI 119: I V× Young LeadershipX SWS Sign Up to X New Tab Grades: View 4-1.pdf C How Do I Write TX b My Questions | b.X Cryptography wit X + & file:///C:/Users/msunn/AppData/Local/Temp/Lab%234-1.pdf G 个|小 + >> 1 of 3 100% aipnabet to the left. Tne amount of the snift is referred to as the key . For exampie, it we are encrypting the letter A, and we shift the alphabet four times to the left (that is, the key is 4), then A becomes E in our encryption. Decryption proceeds in the opposite manner, where E is decrypted back into an A. Your Task Your task is to write a program called Lab4.py to decode and print the secret message in SecretCode.txt file, which you can download from Moodle. Put the downloaded file in the same folder as your program. This file has text that has been encrypted using a Caesar Cipher. Your program will need to read the encrypted text from the file, and then take an integer decryption key as input from the user. Your program must then print the decrypted output on the console. You are required to put your solution code into a function called Main that has no arguments. That is, the framework of your program must appear as follows (do NOT forget the comment with your name): # Your name Lab #4 the current date def ReadFileAsListOfStrings (Filename): # Get the code from the Companion, bottom of page 366 def Main ): Code ReadFileAsListOfStrings ("SecretCode.txt") # All your new code goes here return - Page 1 Lab Assignment 4 – Professor William T. Verts Written by TAs Prateek Mantri and Sunjae Kwan, and Matthew Jamieson, © 2021 COMPSCI 119 – Fall 2021 One approach could be to convert characters into numbers, where they can be added and subtracted before being converted back in to characters. Alternatively, you can store the alphabet in a list and address its elements by index. 11:10 PM O Type here to search 25 36°F 11/19/2021
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Public key encryption
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education