Skip to content

Anutka777/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

caesar-cipher

Caesar cipher (or Caesar code, or Caesar shift) is a shift cipher, one of the most easy and most famous encryption systems. It uses the substitution of a letter by another one further in the alphabet.

You may find out more on Wikipedia

Try my code on repl.it.

  • Enter a message you want to encrypt
  • Enter a positive integer number, which would be the key for decryption
  • Recieve your encrypted message

Releases

No releases published

Packages

No packages published

Languages