Skip to content

ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) 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.

Notifications You must be signed in to change notification settings

alaxar/rot13_encryption_with_c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

rot13 encrytion implementation on with

ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) 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.

how to use

fire up your linux terminal and type the below command

    alazar@alazar-Latitude-E4310:~ make
    alazar@alazar-Latitude-E4310:~ sudo chmod +x rot13
    alazar@alazar-Latitude-E4310:~ ./rot13 <message_to_either_encrypt_or_decrypt>

About

ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published