{"id":19715357,"url":"https://github.com/axentro/crystal-base32","last_synced_at":"2026-06-17T10:31:47.200Z","repository":{"id":140836177,"uuid":"134897825","full_name":"Axentro/crystal-base32","owner":"Axentro","description":"A library which provides base32 decoding and encoding","archived":false,"fork":false,"pushed_at":"2019-10-27T12:33:22.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T21:51:08.224Z","etag":null,"topics":["base32","crystal-language"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/Axentro.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":"2018-05-25T19:41:35.000Z","updated_at":"2024-02-18T15:25:32.000Z","dependencies_parsed_at":"2024-06-14T08:15:12.637Z","dependency_job_id":null,"html_url":"https://github.com/Axentro/crystal-base32","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Axentro/crystal-base32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fcrystal-base32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fcrystal-base32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fcrystal-base32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fcrystal-base32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axentro","download_url":"https://codeload.github.com/Axentro/crystal-base32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axentro%2Fcrystal-base32/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34445179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["base32","crystal-language"],"created_at":"2024-11-11T22:38:11.211Z","updated_at":"2026-06-17T10:31:47.195Z","avatar_url":"https://github.com/Axentro.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crystal-base32\n\n[![Build Status](https://travis-ci.org/SushiChain/crystal-base32.svg?branch=master)](https://travis-ci.org/SushiChain/crystal-base32)\n\nThis shard contains base32, A Crystal library for encoding and decoding in base32 as per RFC 3548\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  crystal-base32:\n    github: SushiChain/crystal-base32\n```\n\n## Usage\n\n```crystal\nrequire \"crystal-base32\"\n```\n\n#### Simple Example\n\n```crystal\nrequire \"base32\"\n\nencoded = Base32.encode(\"chunky bacon!\")  #==\u003e \"MNUHK3TLPEQGEYLDN5XCC===\"\ndecoded = Base32.decode(encoded)          #==\u003e \"chunky bacon!\"\n\nputs %Q{\"#{decoded}\" is \"#{encoded}\" in base32}\n```\n\n## Specs\n\n```bash\n\u003e crystal spec\n```\n\n## References\n\n* RFC 3548: http://www.faqs.org/rfcs/rfc3548.html\n\n## Contributing\n\n1. Fork it ( https://github.com/SushiChain/crystal-base32/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [kingsleyh](https://github.com/kingsleyh) Kingsley Hendrickse - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxentro%2Fcrystal-base32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxentro%2Fcrystal-base32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxentro%2Fcrystal-base32/lists"}