Advertisement
Wohlf

ROT13 Decrypter

Jan 24th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Normal:a b c d e f g h i j k l m n o p q r s t u v w x y z
  2. Rot13: n o p q r s t u v w x y z a b c d e f g h i j k l m
  3.  
  4. I.E:
  5.  
  6. Normal:
  7. Wohlf
  8.  
  9. ROT13:
  10. Jbuys
  11.  
  12.  
  13. ==================================================================================
  14. About ROT13:
  15. Developed in ancient Rome, this cipher, in the Latin alphabet, is an inverse. This means that to undo Rot13 you use the same algorithm. You can use the same algorithm for coding or decoding. In other words, you exchange letters from the first half of the alphabet with letters from the second half. For example, A becomes N, and B becomes O. Numbers, spaces, and punctuation marks do not change.
  16.  
  17. Short for “rotate by 13 places” the ROT13 (or ROT-13) cipher replaces a letter with the letter 13 letters after it in the alphabet. Providing no cryptographic security, Rot13 is an example of a weak encryption.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement