{"id":15063838,"url":"https://github.com/kevingimbel/caesar-cipher","last_synced_at":"2026-01-02T20:13:51.037Z","repository":{"id":245805286,"uuid":"819122809","full_name":"KevinGimbel/caesar-cipher","owner":"KevinGimbel","description":"Little Haskell Library to perform caesar cipher on strings","archived":false,"fork":false,"pushed_at":"2024-06-24T07:53:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T08:37:40.618Z","etag":null,"topics":["ciphertext","haskell","library"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KevinGimbel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-23T20:56:33.000Z","updated_at":"2024-06-24T07:53:28.000Z","dependencies_parsed_at":"2024-06-24T09:16:56.226Z","dependency_job_id":"0c8760d1-3a1c-4c1e-8706-0983eb532d68","html_url":"https://github.com/KevinGimbel/caesar-cipher","commit_stats":null,"previous_names":["kevingimbel/caesar-cipher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fcaesar-cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fcaesar-cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fcaesar-cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinGimbel%2Fcaesar-cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinGimbel","download_url":"https://codeload.github.com/KevinGimbel/caesar-cipher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779149,"owners_count":20346666,"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":["ciphertext","haskell","library"],"created_at":"2024-09-25T00:07:51.421Z","updated_at":"2026-01-02T20:13:51.002Z","avatar_url":"https://github.com/KevinGimbel.png","language":"Haskell","readme":"# CaesarCipher\n\n\u003c!-- BEGIN mktoc {\"min_depth\": 2 } --\u003e\n\n- [Usage](#usage)\n  - [Function signatures](#function-signatures)\n    - [encode](#encode)\n    - [decode](#decode)\n  - [Example](#example)\n- [Links](#links)\n\u003c!-- END mktoc --\u003e\n\nHaskell library to perform a [Caesar Cipher](https://en.wikipedia.org/wiki/Caesar_cipher) on text.\n\n## Usage\n\n### Function signatures\n\n#### encode\n\n```hs\n-- [Char] = String to encode\n-- Int    = Number of letters to shift by\nencode :: [Char] -\u003e Int -\u003e [Char]\n```\n\n#### decode\n\n```hs\n\n-- [Char] = String to decode\n-- Int    = Number of letters the string was shifted by\ndecode :: [Char] -\u003e Int -\u003e [Char]\n```\n\n### Example\n\n```hs\nimport CaesarCipher (encode, deoce)\n\nmain :: IO ()\nmain = do\n    putStrLn (encode \"Hello World\" 12)\n    putStrLn (decode \"Tqxxa Iadxp\" 12)\n```\n\n## Links\n\n- [Blog post about the original implementation](https://kevingimbel.de/blog/2024/06/learning-haskell-caesar-cipher/)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingimbel%2Fcaesar-cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevingimbel%2Fcaesar-cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevingimbel%2Fcaesar-cipher/lists"}