Question: ***header*** ***resource*** this is the tweet class that requires rot 1e and if you could please help me put get set methods instead of the



***header***

***resource***

this is the tweet class that requires rot 1e and if you could please help me put get set methods instead of the getline
Add a simple Rot13 cipher a method to the tweet class. Text can be encrypted with a simple algorithm known as "rot13" which rotates each character by 13 positions in the alphabet (sometimes referred to as a Caesar Cipher,). Thus 'a' corresponds to 'n' and 'x' corresponds to k: Space will remain a space. This is an example of symmetric key encryption in which the same algorithm encodes and decodes the message ns a. Write a method that encrypts/decrypts the message using rot13 b. Code a program that gllows a user to enter a message and encrypt it or decode it depending on her choice
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
