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
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
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images
Knowledge Booster
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.Recommended textbooks for you
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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
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)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education