Question: write a function on python called rot13 that takes a message as a parameter and rotates all the characters by 13 places In your main
Encryption often involves the Caesar cipher-named after Julius Caesar, who used the system to encrypt military messages. Many early Internet users also adopted this cipher. Called rot13, the cipher encrypts a message by rotating the plaintext "n" becomes "a". The nice thing about rot13 is that the same function can be to encrypt and decrypt a message. Write a function called rot13 that takes a mes as a parameter and rotates all the characters by 13 places. sage
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
