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.

Version: 1.0
Suggests: backports, base64enc, checkmate, knitr, microbenchmark, openssl, rmarkdown, testthat
Published: 2016-10-04
Author: Michel Lang [cre, aut], Apache Foundation [ctb, cph]
Maintainer: Michel Lang <michellang at gmail.com>
BugReports: https://github.com/mllg/base64url/issues
License: Apache License 2.0
URL: https://github.com/mllg/base64url
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: base64url results

Downloads:

Reference manual: base64url.pdf
Vignettes: Vignette Title
Package source: base64url_1.0.tar.gz
Windows binaries: r-devel: base64url_1.0.zip, r-release: base64url_1.0.zip, r-oldrel: base64url_1.0.zip
OS X Mavericks binaries: r-release: base64url_1.0.tgz, r-oldrel: base64url_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=base64url to link to this page.