{"id":17200408,"url":"https://github.com/tv42/zbase32","last_synced_at":"2025-09-17T12:04:20.122Z","repository":{"id":57480262,"uuid":"42326984","full_name":"tv42/zbase32","owner":"tv42","description":"Human-oriented encoding for binary data","archived":false,"fork":false,"pushed_at":"2022-02-22T19:10:50.000Z","size":12,"stargazers_count":42,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-10T00:42:13.851Z","etag":null,"topics":["encoding","zbase32"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/tv42.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":"2015-09-11T19:01:44.000Z","updated_at":"2024-10-23T11:24:06.000Z","dependencies_parsed_at":"2022-09-26T17:41:35.447Z","dependency_job_id":null,"html_url":"https://github.com/tv42/zbase32","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tv42%2Fzbase32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tv42%2Fzbase32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tv42%2Fzbase32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tv42%2Fzbase32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tv42","download_url":"https://codeload.github.com/tv42/zbase32/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230423564,"owners_count":18223435,"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":["encoding","zbase32"],"created_at":"2024-10-15T02:08:06.531Z","updated_at":"2025-09-17T12:04:15.072Z","avatar_url":"https://github.com/tv42.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zbase32 -- Human-oriented encoding for binary data\n\nPackage `zbase32` implements the `z-base-32` encoding as specified in\nhttp://philzimmermann.com/docs/human-oriented-base-32-encoding.txt\n\nThis package has been extensively tested to match the behavior of the\n[zbase32 Python package](https://pypi.python.org/pypi/zbase32/).\n\nNote that this is **not** RFC 4648/3548, for that see\n[encoding/base32](http://golang.org/pkg/encoding/base32/). `z-base-32`\nis a variant that aims to be more human-friendly, and in some\ncircumstances shorter.\n\nFor usage, see [godoc](http://godoc.org/pkg/github.com/tv42/zbase32/).\n\n## Command line utilities\n\nIncluded are simple command-line utilities for encoding/decoding data.\nExample:\n\n```console\n$ echo hello, world | zbase32-encode\npb1sa5dxfoo8q551pt1yw\n$ zbase32-decode pb1sa5dxfoo8q551pt1yw\nhello, world\n$ printf '\\x01binary!!!1\\x00' | zbase32-encode\nyftg15ubqjh1nejbgryy\n$ zbase32-decode yftg15ubqjh1nejbgryy | hexdump -C\n00000000  01 62 69 6e 61 72 79 21  21 21 31 00              |.binary!!!1.|\n0000000c\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftv42%2Fzbase32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftv42%2Fzbase32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftv42%2Fzbase32/lists"}