Skip to content

windowCoder/rot13-encoder-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

encoder/decoder

rot13

Overview

This program's approach is to divide the alphabet into two groups:

  1. letters under 13 (a-m) can have 13 added to get the cipher (n-z)
  2. letters over 12 (n-z) can have 13 subtracted to get the cipher (a-m)

The alphabet is 0-25 characters. All other characters are ignored but appended anyway (numbers, spaces, special characters).

History

Maybe partly derived from a Ceaser Cipher. The ceaser cipher replaced each letter with different letter by a fixed number of places. The rot13, or "rotate by 13 places" cipher replaces each letter with the 13th letter afterwards.

Usage

rot13 is considered a very weak security cipher. Sometimes used in combination with another cipher.

About

simple encoder decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages