notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

CaesarCipher.md (188B)


      1 # Caesar Cipher
      2 
      3 U 2.4
      4 
      5 **Definition:** A Caesar Cipher is monoalphabetic substitution whereby we encode characters as numbers shift the numbers by a constant amount and then decode them.