{"id":17964808,"url":"https://github.com/shiguredo/base32_clockwork","last_synced_at":"2025-03-25T06:31:03.476Z","repository":{"id":57479368,"uuid":"240157958","full_name":"shiguredo/base32_clockwork","owner":"shiguredo","description":"Base32 (RFC 4648, Crockford, Clockwork)","archived":false,"fork":false,"pushed_at":"2024-12-15T08:08:12.000Z","size":5097,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-03-25T03:48:43.018Z","etag":null,"topics":["base32","erlang"],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/shiguredo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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}},"created_at":"2020-02-13T02:12:20.000Z","updated_at":"2024-12-15T08:08:16.000Z","dependencies_parsed_at":"2023-12-15T18:52:39.912Z","dependency_job_id":"d07f2732-d068-4fc4-b08f-de3e702f7fde","html_url":"https://github.com/shiguredo/base32_clockwork","commit_stats":{"total_commits":51,"total_committers":3,"mean_commits":17.0,"dds":0.4509803921568627,"last_synced_commit":"f2e46c06169301198dbc552947d6f3b9ca506513"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiguredo%2Fbase32_clockwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiguredo%2Fbase32_clockwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiguredo%2Fbase32_clockwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiguredo%2Fbase32_clockwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiguredo","download_url":"https://codeload.github.com/shiguredo/base32_clockwork/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245413620,"owners_count":20611350,"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","erlang"],"created_at":"2024-10-29T12:08:49.150Z","updated_at":"2025-03-25T06:31:03.165Z","avatar_url":"https://github.com/shiguredo.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base32\n\nErlang 向けの Base32 ライブラリです。次の種類のバージョンに対応しています。\n\n- [RFC 4648 \\- The Base16, Base32, and Base64 Data Encodings](https://tools.ietf.org/html/rfc4648)\n- [Crockford's Base 32](https://www.crockford.com/base32.html)\n- [Clockwork Base32](https://gist.github.com/szktty/228f85794e4187882a77734c89c384a8): Crockford's Base32 をシンプルにしたバージョンです。\n\n## ビルド\n\n```bash\nrebar3 compile\n```\n\n## 利用\n\n例:\n\n```bash\n$ rebar3 shell\n1\u003e base32:decode(clockwork, \u003c\u003c\"AXQQEB10D5T20WK5C5P6RY90EXQQ4TVK44\"\u003e\u003e).\n\u003c\u003c\"Wow, it really works!\"\u003e\u003e\n2\u003e base32:encode(clockwork, \u003c\u003c\"Wow, it really works!\"\u003e\u003e).\n\u003c\u003c\"AXQQEB10D5T20WK5C5P6RY90EXQQ4TVK44\"\u003e\u003e\n```\n\n## rebar3 deps\n\n```erlang\n{deps, [{base32, \"2023.1.0\", {pkg, base32_clockwork}}]}.\n```\n\n## エンコード方式の種類\n\n- `rfc4648`: RFC 4648\n- `crockford`: Crockford's Base32\n- `crockford_check`: Crockford's Base32 (チェックサムつき)\n- `clockwork`: Clockwork Base32\n\n## ライセンス\n\n```text\nCopyright 2021-2024, Shiguredo Inc.\nCopyright 2021, SUZUKI Tetsuya (Original Author)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiguredo%2Fbase32_clockwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiguredo%2Fbase32_clockwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiguredo%2Fbase32_clockwork/lists"}