mllg/base64url: Fast and URL-Safe Base64 Encoder and Decoder

In contrast to RFC3548, the 62nd character ("+") is replaced with "-", the 63rd character ("/") is replaced with "_". The 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. The package also comes with a simple base32 encoder/decoder suited for case insensitive file systems.

Getting started

Package details

Maintainer
LicenseGPL-3
Version1.4
URL https://github.com/mllg/base64url
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mllg/base64url")
mllg/base64url documentation built on Jan. 11, 2020, 10:18 p.m.