{"id":18980725,"url":"https://github.com/niamtokik/berl32","last_synced_at":"2025-06-26T18:34:21.525Z","repository":{"id":181202086,"uuid":"75874424","full_name":"niamtokik/berl32","owner":"niamtokik","description":"Quick and Dirty Crockford Base32 Erlang Implementation","archived":false,"fork":false,"pushed_at":"2016-12-07T20:54:01.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T09:18:10.321Z","etag":null,"topics":["base32","crockford","encoding","erlang"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niamtokik.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}},"created_at":"2016-12-07T20:48:33.000Z","updated_at":"2020-07-23T20:57:32.000Z","dependencies_parsed_at":"2023-07-14T13:39:48.442Z","dependency_job_id":null,"html_url":"https://github.com/niamtokik/berl32","commit_stats":null,"previous_names":["niamtokik/berl32"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niamtokik/berl32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niamtokik%2Fberl32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niamtokik%2Fberl32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niamtokik%2Fberl32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niamtokik%2Fberl32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niamtokik","download_url":"https://codeload.github.com/niamtokik/berl32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niamtokik%2Fberl32/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262123214,"owners_count":23262547,"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":["base32","crockford","encoding","erlang"],"created_at":"2024-11-08T16:07:36.247Z","updated_at":"2025-06-26T18:34:21.501Z","avatar_url":"https://github.com/niamtokik.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# berl32\n\nQuick and Dirty Crockford Base32 Erlang Implementation\n\n## Build\n\n\t$ rebar3 compile\n\t\n## Encoding\n\n\t\u003e berl32:encode(\"*\").\n\t{ok,\u003c\u003c\"1A\"\u003e\u003e}\n\t\n\t\u003e berl32:encode(\u003c\u003c\"*\"\u003e\u003e).\n\t{ok,\u003c\u003c\"1A\"\u003e\u003e}\n\n\t\u003e berl32:encode(\"test\").\n\t{ok,\u003c\u003c\"1T6AWVM\"\u003e\u003e}\n\t\n\t\u003e berl32:encode(\u003c\u003c\"test\"\u003e\u003e).\n\t{ok,\u003c\u003c\"1T6AWVM\"\u003e\u003e}\n\t\n\t\u003e berl32:encode(\u003c\u003c18446744073709551615:64/integer\u003e\u003e).\n\t{ok, \u003c\u003c\"FZZZZZZZZZZZZ\"\u003e\u003e}\n\t\n## Decoding\n\n\t\u003e berl32:decode(\u003c\u003c\"1A\"\u003e\u003e).\n\t{ok,\u003c\u003c\"*\"\u003e\u003e}\n\t\n\t\u003e berl32:decode(\"1A\").\n\t{ok, \u003c\u003c\"*\"\u003e\u003e}\n\t\n\t\u003e berl32:decode(\u003c\u003c\"FZZZZZZZZZZZZZZ\"\u003e\u003e).\n\t{ok,\u003c\u003c\"ÿÿÿÿÿÿÿÿÿ\"\u003e\u003e}\n\n## Todo\n\n * add checksum/control character support\n * add more unit test\n * add more documentation\n * add profiling and benchmarking\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniamtokik%2Fberl32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniamtokik%2Fberl32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniamtokik%2Fberl32/lists"}