Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.