Question: Assignment 5 . 1 - ROT 1 3 Script Due Jul 2 8 by 1 1 : 5 9 pm Points 1 0 0 Submitting

Assignment 5.1- ROT13 Script
Due Jul 28 by 11:59pm Points 100 Submitting a file upload File Types pdf, doc, and docx
Develop your first ROT13 script. What is ROT13? Your script must take a text from user input, then use a ROT13 Caesar cipher to encode the text. Print the ROT13 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 (e.g. 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 functions/libraries to do the actual Caesar ciphering.
Test your script using the following phrases:
1) Hello World!
2) One if by land, two if by sea!
3) 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 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 Finance Questions!