{"id":30531040,"url":"https://github.com/captainepoch/caesar_cipher_converter","last_synced_at":"2025-08-27T08:12:14.956Z","repository":{"id":310846874,"uuid":"1041147690","full_name":"captainepoch/caesar_cipher_converter","owner":"captainepoch","description":"Simple Caesar cli tool","archived":false,"fork":false,"pushed_at":"2025-08-20T14:35:53.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-20T16:32:35.437Z","etag":null,"topics":["cplusplus","cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/captainepoch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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-08-20T03:59:36.000Z","updated_at":"2025-08-20T14:35:56.000Z","dependencies_parsed_at":"2025-08-20T16:32:36.994Z","dependency_job_id":"7376e905-9bda-4834-a0b0-747081736b05","html_url":"https://github.com/captainepoch/caesar_cipher_converter","commit_stats":null,"previous_names":["captainepoch/caesar_cipher_converter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/captainepoch/caesar_cipher_converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captainepoch%2Fcaesar_cipher_converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captainepoch%2Fcaesar_cipher_converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captainepoch%2Fcaesar_cipher_converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captainepoch%2Fcaesar_cipher_converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/captainepoch","download_url":"https://codeload.github.com/captainepoch/caesar_cipher_converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captainepoch%2Fcaesar_cipher_converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272308299,"owners_count":24911240,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["cplusplus","cpp"],"created_at":"2025-08-27T08:12:10.314Z","updated_at":"2025-08-27T08:12:14.949Z","avatar_url":"https://github.com/captainepoch.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caesar Cipher\n\nThis is a small cli to tinker with the Caesar cipher.\n\nOnly supports ASCII alphabet (26 letters) upper and/or lower case.\n\n# Build\n\n```sh\n$ mkdir build \u0026\u0026 cd build\n$ cmake .. \u0026\u0026 cmake --build .\n```\n\nThe binary output is `ccc`.\n\n# Usage\n\n```sh\nccc\n\t-s  shift value not greater than 26 (not mandatory with -g)\n\t-m  encode (e) or decode (d) (not mandatory with -g)\n\t-g  GUI only\n\t-h  shows the usage message\n```\n\n## Example:\n\nEncoding with a shift value of 10:\n\n```sh\n$ ./ccc -s 10 -m e dCode Caesar\n\nOriginal text = \"dCode Caesar\"\nnMyno Mkockb\n```\n\nDecoding with a shift value of 10:\n\n```sh\n$ ./ccc -s 10 -m d nMyno Mkockb\n\nOriginal text = \"nMyno Mkockb\"\ndCode Caesar\n```\n\nGUI mode with [ImgUi][imgui]:\n\n![](./repo_doc/ccc_gui_mode.png)\n\n# LICENSE\n\n[Modified BSD License][license].\n\nYou can find a copy of this license at [this static file][adolpw_license]\n\n[adolpw_license]: https://adol.pw/licenses/modified_bsd_license.txt\n[imgui]: https://github.com/ocornut/imgui\n[license]: COPYING\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptainepoch%2Fcaesar_cipher_converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaptainepoch%2Fcaesar_cipher_converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptainepoch%2Fcaesar_cipher_converter/lists"}