Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T02:26:15.000Z (over 1 year ago)
- Last Synced: 2023-08-21T03:28:47.841Z (over 1 year 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.