prschulz / caesar_cipher

basic encrypting exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caesar Cipher

Preceded by the Scytale of Sparta and proceeded by the Vigenère cipher, the Caesar Cipher is one of the simplest, oldest, and most widely known forms of encryption.

Follow these steps

  • Open SpecRunner.html and see the failing tests
  • In the /src edit the CaesarCipher.js file and start making the tests pass
  • Refresh the HTML page to check your progress
  • Refactor!

About

basic encrypting exercise


Languages

Language:JavaScript 94.5%Language:CSS 4.6%Language:HTML 0.9%