The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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.

Version: 1.4
Imports: backports (≥ 1.1.0)
Suggests: base64enc, checkmate, knitr, microbenchmark, openssl, rmarkdown, testthat
Published: 2018-05-14
Author: Michel Lang ORCID iD [cre, aut], Apache Foundation [ctb, cph], Free Software Foundation [ctb, cph]
Maintainer: Michel Lang <michellang at gmail.com>
BugReports: https://github.com/mllg/base64url/issues
License: GPL-3
URL: https://github.com/mllg/base64url
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: base64url results

Documentation:

Reference manual: base64url.pdf
Vignettes: Benchmark

Downloads:

Package source: base64url_1.4.tar.gz
Windows binaries: r-devel: base64url_1.4.zip, r-release: base64url_1.4.zip, r-oldrel: base64url_1.4.zip
macOS binaries: r-release (arm64): base64url_1.4.tgz, r-oldrel (arm64): base64url_1.4.tgz, r-release (x86_64): base64url_1.4.tgz, r-oldrel (x86_64): base64url_1.4.tgz
Old sources: base64url archive

Reverse dependencies:

Reverse imports: batchtools, drake, otp, RCy3, targets, txtq, zoltr

Linking:

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.