{"id":22038598,"url":"https://github.com/jamescook/b32","last_synced_at":"2025-07-02T03:36:52.348Z","repository":{"id":62553893,"uuid":"183118288","full_name":"jamescook/b32","owner":"jamescook","description":"Base32 encoder/decoder","archived":false,"fork":false,"pushed_at":"2020-03-07T16:52:49.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T21:33:58.043Z","etag":null,"topics":["base32","c","ruby"],"latest_commit_sha":null,"homepage":null,"language":"C","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/jamescook.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}},"created_at":"2019-04-24T00:51:34.000Z","updated_at":"2022-02-11T06:29:13.000Z","dependencies_parsed_at":"2022-11-03T04:45:39.775Z","dependency_job_id":null,"html_url":"https://github.com/jamescook/b32","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jamescook/b32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fb32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fb32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fb32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fb32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamescook","download_url":"https://codeload.github.com/jamescook/b32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamescook%2Fb32/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263071244,"owners_count":23409255,"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","c","ruby"],"created_at":"2024-11-30T11:06:50.585Z","updated_at":"2025-07-02T03:36:52.318Z","avatar_url":"https://github.com/jamescook.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base32 Encoder/Decoder\n\n![Travis Build](https://travis-ci.com/jamescook/soundx.svg?branch=master)\n\nB32 is a Ruby native extension that wraps the base32 library found\nin [tpmtotop](https://github.com/mjg59/tpmtotp/blob/master/base32.h)\n\n### Usage\n```ruby\nrequire 'b32'\nencoded = B32.encode('My string')\ndecoded = B32.decode(encoded)\n```\n\n### Benchmark\n\nFrom Core i7 Macbook Pro (2014). Ruby 2.5.3\n```\n                                     user     system      total        real\n     base32 pure ruby (encode)   1.348343   0.000489   1.348832 (  1.349179)\n   base32 c extension (encode)   0.001638   0.000002   0.001640 (  0.001629)\n     base32 pure ruby (decode)   1.334840   0.000574   1.335414 (  1.335513)\n   base32 c extension (decode)   0.003613   0.000331   0.003944 (  0.003933)\n```\n\n### Requirements\n* Ruby 2.2+\n* gcc/clang\n\n### Developing\n\nSimply make your changes and re-run the tests. Compilation is automatic.\n```\nrake test\n```\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescook%2Fb32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamescook%2Fb32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamescook%2Fb32/lists"}