Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 546 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 546 Bytes

caesarCipher

Classes realize Caesar encryption methods on popular programming languages like: JavaScript, Java, C++, Phyton, PHP, Pascal

caesarCipher

The action of a Caesar cipher is to replace each plaintext letter with a different one a fixed number of places down the alphabet. The cipher illustrated here uses a left shift of three, so that (for example) each occurrence of E in the plaintext becomes B in the ciphertext.