Skip to content

sandaruonline/ROT13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ROT13 Encoder & Decoder

A simple, efficient ROT13 encoder and decoder implemented in JavaScript.

What is ROT13?

ROT13 ("rotate by 13 places") is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. ROT13 is a special case of the Caesar cipher which was developed in ancient Rome.

Features

  • Encode plain text to ROT13
  • Decode ROT13 to plain text
  • Maintain case sensitivity

Releases

No releases published

Packages

No packages published

Languages