https://github.com/marlonmontenegro/caesarcipherruby
In this personal project as part of The Odin Project's curriculum, I'm diving into the world of Ruby programming by creating my own Caesar cipher encryption program. The Caesar cipher is a classic and intriguing encryption technique that involves shifting letters in a message to create a secret code.
https://github.com/marlonmontenegro/caesarcipherruby
Last synced: 3 months ago
JSON representation
In this personal project as part of The Odin Project's curriculum, I'm diving into the world of Ruby programming by creating my own Caesar cipher encryption program. The Caesar cipher is a classic and intriguing encryption technique that involves shifting letters in a message to create a secret code.
- Host: GitHub
- URL: https://github.com/marlonmontenegro/caesarcipherruby
- Owner: MarlonMontenegro
- Created: 2023-08-21T02:24:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T02:26:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T17:16:08.465Z (4 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CaesarCipherRuby
In this personal project as part of The Odin Project's curriculum, I'm diving into the world of Ruby programming by creating my own Caesar cipher encryption program. The Caesar cipher is a classic and intriguing encryption technique that involves shifting letters in a message to create a secret code.