{"id":19563537,"url":"https://github.com/akagi201/urlsafe-b64","last_synced_at":"2025-04-27T00:32:18.991Z","repository":{"id":24181087,"uuid":"27571871","full_name":"Akagi201/urlsafe-b64","owner":"Akagi201","description":"The standard 'base64url' with URL and Filename Safe Alphabet described in RFC 4648","archived":false,"fork":false,"pushed_at":"2015-03-16T08:52:40.000Z","size":248,"stargazers_count":9,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T18:51:59.700Z","etag":null,"topics":["base64","c","url-safe","urlsafe-base64"],"latest_commit_sha":null,"homepage":null,"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/Akagi201.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":"2014-12-05T03:11:09.000Z","updated_at":"2022-03-27T17:18:59.000Z","dependencies_parsed_at":"2022-08-22T09:50:44.825Z","dependency_job_id":null,"html_url":"https://github.com/Akagi201/urlsafe-b64","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/Akagi201%2Furlsafe-b64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Furlsafe-b64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Furlsafe-b64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akagi201%2Furlsafe-b64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akagi201","download_url":"https://codeload.github.com/Akagi201/urlsafe-b64/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251072280,"owners_count":21532005,"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":["base64","c","url-safe","urlsafe-base64"],"created_at":"2024-11-11T05:18:13.872Z","updated_at":"2025-04-27T00:32:18.679Z","avatar_url":"https://github.com/Akagi201.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"urlsafe_b64\n===========\n\n[![Build Status](https://travis-ci.org/Akagi201/urlsafe-b64.svg)](https://travis-ci.org/Akagi201/urlsafe-b64)\n\n[![Build Status](https://webapi.biicode.com/v1/badges/Akagi201/Akagi201/urlsafe-b64/master)](https://www.biicode.com/Akagi201/urlsafe-b64) \n\nThe standard 'base64url' with URL and Filename Safe Alphabet described in RFC 4648\n\n## API\n\n```\n#include \"b64.h\"\n\nint b64_encode(const uint8_t *in, size_t ilen, char *out, size_t *olen);\n\nint b64_decode(const char *in, size_t ilen, uint8_t *out, size_t *olen);\n\nint urlsafe_b64_encode(const uint8_t *in, size_t ilen, char *out, size_t *olen);\n\nint urlsafe_b64_decode(const char *in, size_t ilen, uint8_t *out, size_t *olen);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Furlsafe-b64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakagi201%2Furlsafe-b64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakagi201%2Furlsafe-b64/lists"}