Skip to content

Caesar"s Cipher exercise from Ironhack Web Dev Bootcamp

Notifications You must be signed in to change notification settings

mariobrassescogarcia/cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

cipher

Caesar"s Cipher exercise from Ironhack Web Dev Bootcamp

This is an encryption method used by Caesar to send messages to his soldiers.

Rules:

  1. The user is asked to write an input. No numbers or accents are allowed (as I couldn"t figure out how to make the new numerical index conversion).
  2. The user is asked to write an encryption rule (integer, X). That number will move the letters into the next letters of the alphabet X times.
  3. The programm returns an array with the encryption.

About

Caesar"s Cipher exercise from Ironhack Web Dev Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages