Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali-al-khuwaja/caesar-cipher
Caesar Cipher in Ruby
https://github.com/ali-al-khuwaja/caesar-cipher
Last synced: 24 days ago
JSON representation
Caesar Cipher in Ruby
- Host: GitHub
- URL: https://github.com/ali-al-khuwaja/caesar-cipher
- Owner: Ali-Al-Khuwaja
- Created: 2024-11-29T16:03:57.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T19:51:21.000Z (about 1 month ago)
- Last Synced: 2024-11-30T20:31:17.103Z (about 1 month ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Caesar Cipher in Ruby
In cryptography, a Caesar cipher, also known as Caesar’s cipher, the shift cipher, Caesar’s code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence.