Home > College Algebra > Ciphers > ROT-13 Cipher (encoder / decoder) example

30. ROT-13 Cipher (encoder / decoder) example ( Enter your problem )

1. Examples





1. ROT-13 Cipher encoder

Text : ABCD efghi
ROT Method : ROT-13 (a-z)


Solution:
The ROT-13 cipher is a shift cipher, where each letter is shifted by 13 positions down the alphabet 'A-Z'

PlaintextABCDEFGHIJKLMNOPQRSTUVWXYZ
x012345678910111213141516171819202122232425
(x+13) mod 26131415161718192021222324250123456789101112
CiphertextNOPQRSTUVWXYZABCDEFGHIJKLM

Plaintext : ABCD efghi
Ciphertext : NOPQ rstuv

2. ROT-13 Cipher encoder

Text : hello world
ROT Method : ROT-13 (a-z)


Solution:
The ROT-13 cipher is a shift cipher, where each letter is shifted by 13 positions down the alphabet 'A-Z'

PlaintextABCDEFGHIJKLMNOPQRSTUVWXYZ
x012345678910111213141516171819202122232425
(x+13) mod 26131415161718192021222324250123456789101112
CiphertextNOPQRSTUVWXYZABCDEFGHIJKLM

Plaintext : hello world
Ciphertext : uryyb jbeyq





This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.