Skip to content

The Caesar cipher (shift cipher) is a simple and popular data encryption technique. It is based on shifting letters in the Alphabet (currently using a shift of 13 letters - ROT13).

Notifications You must be signed in to change notification settings

tomaszburas/Caesar-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caesar Cipher

The Caesar cipher (shift cipher) is a simple and popular data encryption technique. It is based on shifting letters in the Alphabet (currently using a shift of 13 letters - ROT13).

Technologies:

  • javascript

Assumptions:

  • The caesar13 function is to return the encrypted string, shifted by 13 letters,
  • The numbers in the string aren't to be changed,
  • The function is supposed to handle both uppercase and lowercase letters,
  • The function is to return a message when the given argument is not a string or is empty,
  • Module for writing ciphers to a simple library,
  • Saving and reading the library from localStorage,
  • Removing ciphers and sorting them.

LIVE: caesar-cipher1.netlify.app

CC

About

The Caesar cipher (shift cipher) is a simple and popular data encryption technique. It is based on shifting letters in the Alphabet (currently using a shift of 13 letters - ROT13).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published