Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fulldroper/caesarcipher

Classes realize Caesar encryption methods on popular programming languages like: JavaScript, Java, C++, Phyton, PHP, Pascal, Lua, Go
https://github.com/fulldroper/caesarcipher

caesarcipher cpp go golang java javascript js lua pascal php phyton

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

![caesarCipher](https://cdn.discordapp.com/attachments/834769719823302666/864828939654135808/Caesar_cipher_left_shift_of_3.png)

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.