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 "_". Furthermore, the encoder does not fill the string with trailing "=". 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.

Package details

AuthorMichel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>), Apache Foundation [ctb, cph], Free Software Foundation [ctb, cph]
MaintainerMichel Lang <michellang@gmail.com>
LicenseGPL-3
Version1.4
URL https://github.com/mllg/base64url
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("base64url")

Try the base64url package in your browser

Any scripts or data that you put into this service are public.

base64url documentation built on May 2, 2019, 9:18 a.m.