Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beatricewambuimbugua/caesarcipher
Implement a Caesar cipher, both encoding, and decoding. The key is an integer from 1 to 25. This cipher rotates the letters of the alphabet (A to Z). The encoding replaces each letter with the 1st to 25th next letter in the alphabet (wrapping Z to A). So key 2 encrypts "HI" to "JK", but key 20 encrypts "HI" to "BC".
https://github.com/beatricewambuimbugua/caesarcipher
Last synced: 21 days ago
JSON representation
Implement a Caesar cipher, both encoding, and decoding. The key is an integer from 1 to 25. This cipher rotates the letters of the alphabet (A to Z). The encoding replaces each letter with the 1st to 25th next letter in the alphabet (wrapping Z to A). So key 2 encrypts "HI" to "JK", but key 20 encrypts "HI" to "BC".
- Host: GitHub
- URL: https://github.com/beatricewambuimbugua/caesarcipher
- Owner: BeatriceWambuiMbugua
- License: mit
- Created: 2020-10-12T11:17:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:29:43.000Z (over 4 years ago)
- Last Synced: 2023-03-09T04:27:48.656Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0