{"id":26881790,"url":"https://github.com/nakidai/caesar","last_synced_at":"2025-07-15T11:09:48.652Z","repository":{"id":249883576,"uuid":"832840123","full_name":"nakidai/caesar","owner":"nakidai","description":"Simple caesar cipher implementation","archived":false,"fork":false,"pushed_at":"2024-07-23T22:27:27.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T16:07:46.043Z","etag":null,"topics":["caesar-cipher","python","simple"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nakidai.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}},"created_at":"2024-07-23T20:31:33.000Z","updated_at":"2024-12-10T18:35:26.000Z","dependencies_parsed_at":"2024-07-24T00:17:10.772Z","dependency_job_id":"965b79a2-5949-4486-b51a-6d949b704ff6","html_url":"https://github.com/nakidai/caesar","commit_stats":null,"previous_names":["nakidai/caesar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nakidai/caesar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakidai%2Fcaesar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakidai%2Fcaesar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakidai%2Fcaesar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakidai%2Fcaesar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nakidai","download_url":"https://codeload.github.com/nakidai/caesar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakidai%2Fcaesar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265430452,"owners_count":23764003,"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":["caesar-cipher","python","simple"],"created_at":"2025-03-31T15:58:35.222Z","updated_at":"2025-07-15T11:09:48.596Z","avatar_url":"https://github.com/nakidai.png","language":"C","readme":"Caesar cipher\n--\nUsage is pretty simple: first argument is encode/decode (which affects the sign\nof the key (direction of moves)), second argument is the string which is hashed\nby summation characters and taking remainder of division by length of the\nalphabet. You can set your own alphabet by setting CAESAR\\_ALPHABET environment\nvariable. Pass text you want to encrypt/decrypt in stdin and result will be\nshown in stdout.\n\nExample\n--\n```\n$ echo \"helloworld\" | python main.py encode 123abc\njgnnqyqtnf\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakidai%2Fcaesar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnakidai%2Fcaesar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakidai%2Fcaesar/lists"}