Question: Assignment 5 . 1 - ROT 1 3 Script Due Jul 2 8 by 1 1 : 5 9 pm Points 1 0 0 Submitting
Assignment ROT Script
Due Jul by :pm Points Submitting a file upload File Types pdf doc, and docx
Develop your first ROT script. What is ROT Your script must take a text from user input, then use a ROT Caesar cipher to encode the text. Print the ROT Caesar cipher message to the terminal stdout Convert your text to all uppercase using the string object upper function.
Your script must include a function eg encryptChar that takes a single character as input and returns the Caesar cipher character. For example, encryptChar takes an input of a and returns n You may not use imported functionslibraries to do the actual Caesar ciphering.
Test your script using the following phrases:
Hello World!
One if by land, two if by sea!
Confidentiality, Integrity, and Availability
You should have a minimum of four screenshots. Take copious notes and screenshots into a single WORD document.
Submit your notes and screenshots for grading. Your screenshots should include execution of the scripts.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
