{"id":32440505,"url":"https://github.com/marthijn/sidio.text.base32","last_synced_at":"2025-10-26T01:47:50.140Z","repository":{"id":260741745,"uuid":"867281487","full_name":"marthijn/Sidio.Text.Base32","owner":"marthijn","description":"Base32 encoding and decoding in .NET","archived":false,"fork":false,"pushed_at":"2025-10-25T14:20:27.000Z","size":70,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T16:19:17.892Z","etag":null,"topics":["base32","base32hex","dotnet","encoding","rfc4648"],"latest_commit_sha":null,"homepage":"","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/marthijn.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-03T19:10:54.000Z","updated_at":"2025-10-25T14:20:31.000Z","dependencies_parsed_at":"2024-12-02T09:20:33.736Z","dependency_job_id":"09b1fa66-6e3d-4911-8a58-289221679c0c","html_url":"https://github.com/marthijn/Sidio.Text.Base32","commit_stats":null,"previous_names":["marthijn/sidio.text.base32"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/marthijn/Sidio.Text.Base32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marthijn%2FSidio.Text.Base32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marthijn%2FSidio.Text.Base32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marthijn%2FSidio.Text.Base32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marthijn%2FSidio.Text.Base32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marthijn","download_url":"https://codeload.github.com/marthijn/Sidio.Text.Base32/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marthijn%2FSidio.Text.Base32/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281047795,"owners_count":26435124,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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","base32hex","dotnet","encoding","rfc4648"],"created_at":"2025-10-26T01:47:47.619Z","updated_at":"2025-10-26T01:47:50.134Z","avatar_url":"https://github.com/marthijn.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sidio.Text.Base32\nA simple .NET package that converts a byte array to a [Base32](https://en.wikipedia.org/wiki/Base32) string and vice versa. Because the latest framework\nfeatures are used, .NET 8.0 or higher is required.\n\n[![build](https://github.com/marthijn/Sidio.Text.Base32/actions/workflows/build.yml/badge.svg)](https://github.com/marthijn/Sidio.Text.Base32/actions/workflows/build.yml)\n[![NuGet Version](https://img.shields.io/nuget/v/Sidio.Text.Base32)](https://www.nuget.org/packages/Sidio.Text.Base32/)\n[![Coverage Status](https://coveralls.io/repos/github/marthijn/Sidio.Text.Base32/badge.svg?branch=main)](https://coveralls.io/github/marthijn/Sidio.Text.Base32?branch=main)\n\n# Usage\n## Encode\n```csharp\nvar myString = \"foobar\";\nvar bytes = Encoding.UTF8.GetBytes(myString);\nvar base32 = Base32.Encode(bytes);\n```\n\n## Decode\n```csharp\nvar base32 = \"MZXW6YTBOI======\";\nvar bytes = Base32.Decode(base32);\nvar myString = Encoding.UTF8.GetString(bytes);\n```\n\n## Encode hex\n```csharp\nvar myString = \"foobar\";\nvar bytes = Encoding.UTF8.GetBytes(myString);\nvar base32 = Base32.EncodeHex(bytes);\n```\n\n## Decode hex\n```csharp\nvar base32 = \"CPNMUOJ1E8======\";\nvar bytes = Base32.DecodeHex(base32);\nvar myString = Encoding.UTF8.GetString(bytes);\n```\n\n# References\n* [RFC 4648](https://datatracker.ietf.org/doc/html/rfc4648)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarthijn%2Fsidio.text.base32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarthijn%2Fsidio.text.base32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarthijn%2Fsidio.text.base32/lists"}