Skip to content

AnonymousX86/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher

It's based on pure JavaScript, without jQuery or something.

How does it work?

  1. On left you can see text area to input your text. At this time you can input only latin letters.

  2. Then you have to choose how many letters script should skip during ciphering.

    See how Caesar cipher works: here.

  3. At last click "Cipher" and viola! Encrypted text shows on bottom of the page.

Additional info

Caesar cipher web application is avalaible in english and polish.