{"id":16272514,"url":"https://github.com/mllg/base64url","last_synced_at":"2026-03-09T05:31:17.570Z","repository":{"id":56937265,"uuid":"69953146","full_name":"mllg/base64url","owner":"mllg","description":"Fast and url-safe base64 encoder and decoder for R","archived":false,"fork":false,"pushed_at":"2020-01-11T00:16:31.000Z","size":37,"stargazers_count":12,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T21:56:56.406Z","etag":null,"topics":["base32","base64","base64url","cran","r"],"latest_commit_sha":null,"homepage":"","language":"C","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/mllg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-04T10:02:07.000Z","updated_at":"2025-01-30T15:51:18.000Z","dependencies_parsed_at":"2022-08-21T06:50:07.687Z","dependency_job_id":null,"html_url":"https://github.com/mllg/base64url","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mllg/base64url","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mllg%2Fbase64url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mllg%2Fbase64url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mllg%2Fbase64url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mllg%2Fbase64url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mllg","download_url":"https://codeload.github.com/mllg/base64url/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mllg%2Fbase64url/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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","base64","base64url","cran","r"],"created_at":"2024-10-10T18:18:02.994Z","updated_at":"2026-03-09T05:31:17.549Z","avatar_url":"https://github.com/mllg.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base64url\n\n[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/base64url)](https://cran.r-project.org/package=base64url)\n[![Build Status](https://travis-ci.org/mllg/base64url.svg?branch=master)](https://travis-ci.org/mllg/base64url)\n[![Build status](https://ci.appveyor.com/api/projects/status/5329u3dk9vanak0p/branch/master?svg=true)](https://ci.appveyor.com/project/mllg/base64url/branch/master)\n[![Coverage Status](https://coveralls.io/repos/github/mllg/base64url/badge.svg?branch=master)](https://coveralls.io/github/mllg/base64url?branch=master)\n\nIn contrast to base64 RFC3548, the 62nd character (`'+'`) is replaced with `'-'`, the 63rd character (`'/'`) is replaced with `'_'`.\nFurthermore, the encoder does not fill the string with trailing `'='`.\nThe resulting encoded strings comply to the regular expression pattern `'[A-Za-z0-9_-]'` and thus are safe to use in URLs or for file names.\n\nFor a small benchmark, see the [vignette](https://cran.r-project.org/package=base64url/vignettes/Benchmarks.html).\n\nAs of version 1.1, this package also ships with a simple base32 encoder/decoder suited to mangle file names on case insensitive file systems.\n\n## Installation\nFor the stable release, just install the latest version from [CRAN](https://cran.r-project.org/package=base64url):\n```{R}\ninstall.packages(\"base64url\")\n```\nFor the development version, use [devtools](https://cran.r-project.org/package=devtools):\n```{R}\ndevtools::install_github(\"mllg/base64url\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmllg%2Fbase64url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmllg%2Fbase64url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmllg%2Fbase64url/lists"}