Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Caesar-Cipher

Basic Caesar Cipher encryptor and decryptor written in JavaScript and html

How it Works

  • The program takes a phrase and a shift number as inputs from an html form.
  • The phrase is encrypted by shifting each letter, based on its position in the english alphabet, by the specified number.
  • Case insensitive
  • A negative shift means shift to the left
  • A positive shift means shift to the right
  • The encrypted phrase is output to the html site.

About

Basic Caesar Cipher encryption written in Javascript

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages