{"id":29193119,"url":"https://github.com/justin-bento/ruby-caesar-cipher","last_synced_at":"2025-07-02T02:07:39.405Z","repository":{"id":302111474,"uuid":"1010426920","full_name":"Justin-Bento/ruby-caesar-cipher","owner":"Justin-Bento","description":"This repository contains solutions and exercises for the Basic Ruby Projects module in the Full Stack Ruby on Rails course from The Odin Project.","archived":false,"fork":false,"pushed_at":"2025-06-30T16:47:13.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T16:49:00.319Z","etag":null,"topics":["ruby","the-odin-project"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Justin-Bento.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-29T03:38:33.000Z","updated_at":"2025-06-30T16:47:17.000Z","dependencies_parsed_at":"2025-07-01T16:34:25.179Z","dependency_job_id":null,"html_url":"https://github.com/Justin-Bento/ruby-caesar-cipher","commit_stats":null,"previous_names":["justin-bento/ruby-caesar-cipher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Justin-Bento/ruby-caesar-cipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin-Bento%2Fruby-caesar-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin-Bento%2Fruby-caesar-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin-Bento%2Fruby-caesar-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin-Bento%2Fruby-caesar-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Justin-Bento","download_url":"https://codeload.github.com/Justin-Bento/ruby-caesar-cipher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Justin-Bento%2Fruby-caesar-cipher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263061405,"owners_count":23407606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby","the-odin-project"],"created_at":"2025-07-02T02:07:38.579Z","updated_at":"2025-07-02T02:07:39.390Z","avatar_url":"https://github.com/Justin-Bento.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project – Caesar Cipher\n\nThis repository contains the very first project in the first module of the Basic Ruby Projects curriculum. The project is based on Caesar's Cipher encryption, a classic technique in cryptography. It works by substituting each letter in a text file with another letter a fixed number of positions down the alphabet\n\n- **Institution:** [The Odin Project](https://www.theodinproject.com)\n- **Course:** Full Stack Ruby on Rails\n- **Module:** Basic Ruby Projects\n- **Author:** Justin Bento\n- **Date Started:** 2025-06-29\n\n## Project Goals\n\nThe goal of this project is to implement a Caesar cipher that takes in a string and a shift factor, and then outputs the modified string using a right shift.\n\n## Features to Implement\n\n- [ ] Create your own method called caesar_cipher.\n- [ ] Apply two paramaters called message, and shifter.\n- [ ] The first method 'message' returns a string outpt.\n- [ ] The second method 'shifter' returns a number outpt.\n- [ ] Ensure the text and the message output both at the same time.\n- [ ] Keep the text output the same casing.\n\n## Example Usage\n\nHere is an example of Caesar Cipher encryption in practice:\n\n```ruby\n  caesar_cipher(\"What a string!\", 5)\n  → \"Bmfy f xywnsl!\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustin-bento%2Fruby-caesar-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustin-bento%2Fruby-caesar-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustin-bento%2Fruby-caesar-cipher/lists"}