{"id":28140399,"url":"https://github.com/kingcitaldo125/rot13","last_synced_at":"2026-04-25T11:32:40.363Z","repository":{"id":124326988,"uuid":"342043901","full_name":"Kingcitaldo125/ROT13","owner":"Kingcitaldo125","description":"ROT13 substitution cypher","archived":false,"fork":false,"pushed_at":"2022-12-17T19:08:41.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T04:43:20.256Z","etag":null,"topics":["cryptography","cypher","encryption","python"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kingcitaldo125.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-02-24T21:43:55.000Z","updated_at":"2021-10-19T22:30:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"669495fc-5e57-44f0-acb4-1962fb6f2cbd","html_url":"https://github.com/Kingcitaldo125/ROT13","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kingcitaldo125/ROT13","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingcitaldo125%2FROT13","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingcitaldo125%2FROT13/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingcitaldo125%2FROT13/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingcitaldo125%2FROT13/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kingcitaldo125","download_url":"https://codeload.github.com/Kingcitaldo125/ROT13/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kingcitaldo125%2FROT13/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cryptography","cypher","encryption","python"],"created_at":"2025-05-14T18:11:27.080Z","updated_at":"2026-04-25T11:32:40.358Z","avatar_url":"https://github.com/Kingcitaldo125.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ROT13\n## Description\n\nFrom [Wikipedia](https://en.wikipedia.org/wiki/ROT13):\n**ROT13** (**\"rotate by 13 places\"**, sometimes hyphenated **ROT-13**) is a simple letter [substitution cipher](https://en.wikipedia.org/wiki/Substitution_cipher) that replaces a letter with the 13th letter after it in the alphabet. ROT13 is a special case of the [Caesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher) which was developed in ancient Rome.\n\nThis repo seeks to retain different programming language implementations of that cypher.\n\n## Languages Supported\n\nThe following languages are currently being supported:\n\n- **C++**(C++ 11)\n- **Python**(Python 3)\n\n## Usage\n\n### C++\n\nSimply run the `main.cpp` source file though a compiler that is C++11 compliant, then run the executable.\nE.x:\n\n**Linux**\n\n```\ng++ --std=c++11 -o out main.cpp\n./out\n```\n\n**Windows**\n\nI had used MSVC++ (Visual Studio 2017) to compile the source.\nI have not tried compiling using MinGW.\nFor more information on Visual Studio, click this [link](https://visualstudio.microsoft.com/).\n\n### Python\n\nSimply open a terminal/command prompt window, and type the following:\n\n`python main.py this is a test string`\n\nThe output should appear like the following:\n\n```\nResult: guvf vf n grfg fgevat\nOriginal: this is a test string\n\n```\n\n## License\n\nSee the [LICENSE](https://github.com/Kingcitaldo125/ROT13/blob/main/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingcitaldo125%2Frot13","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkingcitaldo125%2Frot13","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkingcitaldo125%2Frot13/lists"}