Package: base64url Type: Package Title: Fast and URL-Safe Base64 Encoder and Decoder Version: 1.4 Authors@R: c( person("Michel", "Lang", NULL, "michellang@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")), person(NULL, "Apache Foundation", NULL, NULL, role = c("ctb", "cph")), person(NULL, "Free Software Foundation", NULL, NULL, role = c("ctb", "cph")) ) Description: 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. URL: https://github.com/mllg/base64url BugReports: https://github.com/mllg/base64url/issues NeedsCompilation: yes License: GPL-3 Encoding: UTF-8 Imports: backports (>= 1.1.0) Suggests: base64enc, checkmate, knitr, microbenchmark, openssl, rmarkdown, testthat RoxygenNote: 6.0.1 VignetteBuilder: knitr Repository: https://mllg.r-universe.dev Date/Publication: 2020-01-11 00:16:27 UTC RemoteUrl: https://github.com/mllg/base64url RemoteRef: HEAD RemoteSha: 65e251ea703c9c9b4fd3f78b00a9ca46d4b044cb Packaged: 2026-07-04 05:30:20 UTC; root Author: Michel Lang [cre, aut] (ORCID: ), Apache Foundation [ctb, cph], Free Software Foundation [ctb, cph] Maintainer: Michel Lang