{"id":20300467,"url":"https://github.com/ratopi/base45","last_synced_at":"2026-06-07T11:32:21.744Z","repository":{"id":57479382,"uuid":"387914566","full_name":"ratopi/base45","owner":"ratopi","description":"A Base45 encoder/decoder in pure Erlang","archived":false,"fork":false,"pushed_at":"2023-06-15T09:40:38.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T19:47:30.976Z","etag":null,"topics":["base45","erlang"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ratopi.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":"2021-07-20T21:08:46.000Z","updated_at":"2023-06-15T10:29:16.000Z","dependencies_parsed_at":"2024-11-14T19:02:30.101Z","dependency_job_id":null,"html_url":"https://github.com/ratopi/base45","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"aefae9399ad673e3ad797195611dd83f06423182"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratopi%2Fbase45","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratopi%2Fbase45/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratopi%2Fbase45/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ratopi%2Fbase45/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ratopi","download_url":"https://codeload.github.com/ratopi/base45/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241795516,"owners_count":20021466,"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":["base45","erlang"],"created_at":"2024-11-14T16:19:02.416Z","updated_at":"2025-03-04T06:24:13.351Z","avatar_url":"https://github.com/ratopi.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base45\n\nAn Base45-encoder/decoder in pure Erlang.\n                    \nSource code at https://github.com/ratopi/base45.\n\nImplementing encoding as defined in RFC 9285 (https://datatracker.ietf.org/doc/rfc9285/).\n\n\n## Import to your project\n\nUse it in your project via rebar dependency:\n\n\t{deps, [base45]}.\n\nor for a specific release:\n\n\t{deps, [{base45, \"2.0.0\"]}.\n\nOr if you like to fetch the source code from github:\n\n    {rebar, {git, \"https://github.com/ratopi/base45.git\", {tag, \"2.0.0\"}}}.\n                   \nSee https://hex.pm/packages/base45 for more info about the hex package.\n\nOverview of current releases are on the hex-page or at\nhttps://github.com/ratopi/base45/releases.\n                  \n\n## Usage\n\nUsage is just straight forward.\nCurrently only binaries are supported.\n\nEncoding:\n\n    base45:encode(\u003c\u003c1,2,3\u003e\u003e).\n\ngives \n\n    \u003c\u003c\"X5030\"\u003e\u003e\n\nDecoding:\n\n    base45:decode(\u003c\u003c\"X5030\"\u003e\u003e).\n\ngives\n\n    \u003c\u003c1,2,3\u003e\u003e\n\nCalling decode with an illegal input string (like \u003c\u003c\"GGW\"\u003e\u003e, which leads to 65536),\nwill throw an `illegal_encoding` exception in a tuple, containing the problematic part of the input:\n\n    {illegal_encoding, \u003c\u003c\"GGW\"\u003e\u003e}\n\nCalling decode with an illegal input string with illegal base45 characters (that are characters not in\nthe base45 alphabet), will throw an `illegal_character` exception in a tuple, containing the problematic\npart of the input:\n\n\t{illegal_character, \u003c\u003c\"=\"\u003e\u003e}\n\n\n## Feedback and bugs\n\nFeel free to give me any feedback you like via github:\nhttps://github.com/ratopi/base45/issues\n\n\n## Breaking changes\n\nWith version 2.0.0 the typo in error atom \"illegale_encoding\" was fixed, and is now \"illegal_encoding\" (w/o \"e\").\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratopi%2Fbase45","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fratopi%2Fbase45","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fratopi%2Fbase45/lists"}