{"id":26219710,"url":"https://github.com/ap/convert-base32","last_synced_at":"2026-04-29T03:31:06.593Z","repository":{"id":270768142,"uuid":"911402260","full_name":"ap/Convert-Base32","owner":"ap","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-02T23:59:21.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T19:14:46.928Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ap.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-02T23:50:59.000Z","updated_at":"2025-01-02T23:59:24.000Z","dependencies_parsed_at":"2025-01-03T21:30:31.073Z","dependency_job_id":"714ec5b9-c245-42aa-b0df-ce9297ade1da","html_url":"https://github.com/ap/Convert-Base32","commit_stats":null,"previous_names":["ap/convert-base32"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ap/Convert-Base32","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap%2FConvert-Base32","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap%2FConvert-Base32/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap%2FConvert-Base32/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap%2FConvert-Base32/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ap","download_url":"https://codeload.github.com/ap/Convert-Base32/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap%2FConvert-Base32/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32409077,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-03-12T14:19:02.077Z","updated_at":"2026-04-29T03:31:06.565Z","avatar_url":"https://github.com/ap.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    Convert::Base32 - Encoding and decoding of base32 strings\n\nSYNOPSIS\n      use Convert::Base32;\n\n      $encoded = encode_base32(\"\\x3a\\x27\\x0f\\x93\");\n      $decoded = decode_base32($encoded);\n\nDESCRIPTION\n    This module provides functions to convert string from / to Base32\n    encoding, specified in RACE internet-draft. The Base32 encoding is\n    designed to encode non-ASCII characters in DNS-compatible host name\n    parts.\n\n    See http://www.ietf.org/internet-drafts/draft-ietf-idn-race-03.txt for\n    more details.\n\nFUNCTIONS\n    Following functions are provided; like \"MIME::Base64\", they are in\n    @EXPORT array. See the Exporter manpage for details.\n\n    encode_base32($str)\n        Encode data by calling the encode_base32() function. This function\n        takes a string to encode and returns the encoded base32 string.\n\n    decode_base32($str)\n        Decode a base32 string by calling the decode_base32() function. This\n        function takes a string to decode and returns the decoded string.\n\n        This function might throw the exceptions such as \"Data contains\n        non-base32 characters\", \"Length of data invalid\" and \"PADDING number\n        of bits at the end of output buffer are not all zero\".\n\nAUTHOR\n        Tatsuhiko Miyagawa \u003cmiyagawa@bulknews.net\u003e\n\n        This library is free software; you can redistribute it and/or modify\n        it under the same terms as Perl itself.\n\nSEE ALSO\n        http://www.ietf.org/internet-drafts/draft-ietf-idn-race-03.txt, the\n        MIME::Base64 manpage, the Convert::RACE manpage.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fap%2Fconvert-base32","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fap%2Fconvert-base32","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fap%2Fconvert-base32/lists"}