{"id":13710725,"url":"https://github.com/oirik/base32flex","last_synced_at":"2026-01-12T01:53:59.223Z","repository":{"id":57610427,"uuid":"157071499","full_name":"oirik/base32flex","owner":"oirik","description":"more readable base32 encoding library for golang, not using the letters 0,o,O,1,I,l","archived":false,"fork":false,"pushed_at":"2018-11-11T15:52:35.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-06T19:38:26.899Z","etag":null,"topics":["base32","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/oirik.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":"2018-11-11T11:08:34.000Z","updated_at":"2023-04-09T20:07:11.000Z","dependencies_parsed_at":"2022-09-26T20:02:13.881Z","dependency_job_id":null,"html_url":"https://github.com/oirik/base32flex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oirik/base32flex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oirik%2Fbase32flex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oirik%2Fbase32flex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oirik%2Fbase32flex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oirik%2Fbase32flex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oirik","download_url":"https://codeload.github.com/oirik/base32flex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oirik%2Fbase32flex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","go","golang"],"created_at":"2024-08-02T23:01:00.238Z","updated_at":"2026-01-12T01:53:59.203Z","avatar_url":"https://github.com/oirik.png","language":"Go","readme":"# base32flex\n\n[![Build Status](https://travis-ci.org/oirik/base32flex.svg?branch=master)](https://travis-ci.org/oirik/base32flex)\n[![GoDoc](https://godoc.org/github.com/oirik/base32flex?status.svg)](https://godoc.org/github.com/oirik/base32flex)\n[![apache license](https://img.shields.io/badge/license-Apache-blue.svg)](LICENSE)\n\nbase32flex is a Go package which implements slightly improved base32 Encoding.\n\nStandard base32 could become more readable if it didn't contain 'I', 'l' (these are often confused with '1') and 'O', 'o' (these are often confused with '0').\n\nSo this libray encodes excluding these letters.\n\n`LowerEncoding` excludes 'l'(lower 'L') and 'o' for use of lower case.\n\n`UpperEncoding` excludes 'I'(upper 'i') and 'O' for use of upper case.\n\nBoth encodings include '8' and '9' that are excluded by Standard base32 encoding (but these could not be confused by any letters).\n\n## GoDoc\n\nhttps://godoc.org/github.com/oirik/base32flex\n","funding_links":[],"categories":["Repositories"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foirik%2Fbase32flex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foirik%2Fbase32flex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foirik%2Fbase32flex/lists"}