Package: base64url 1.4

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.

Authors:Michel Lang [cre, aut], Apache Foundation [ctb, cph], Free Software Foundation [ctb, cph]

base64url_1.4.tar.gz
base64url_1.4.zip(r-4.7)base64url_1.4.zip(r-4.6)base64url_1.4.zip(r-4.5)
base64url_1.4.tgz(r-4.6-x86_64)base64url_1.4.tgz(r-4.6-arm64)base64url_1.4.tgz(r-4.5-x86_64)base64url_1.4.tgz(r-4.5-arm64)
base64url_1.4.tar.gz(r-4.7-arm64)base64url_1.4.tar.gz(r-4.7-x86_64)base64url_1.4.tar.gz(r-4.6-arm64)base64url_1.4.tar.gz(r-4.6-x86_64)
base64url_1.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
base64url/json (API)
NEWS

# Install 'base64url' in R:
install.packages('base64url', repos = c('https://mllg.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mllg/base64url/issues

On CRAN:

Conda:

base32base64base64url

8.72 score 12 stars 70 packages 15 scripts 28k downloads 4 exports 1 dependencies

Last updated from:65e251ea70. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK123
linux-devel-x86_64OK114
source / vignettesOK193
linux-release-arm64OK119
linux-release-x86_64OK120
macos-release-arm64OK162
macos-release-x86_64OK233
macos-oldrel-arm64OK175
macos-oldrel-x86_64OK225
windows-develOK98
windows-releaseOK113
windows-oldrelOK76
wasm-releaseOK104

Exports:base32_decodebase32_encodebase64_urldecodebase64_urlencode

Dependencies:backports

Benchmark

Rendered fromBenchmarks.Rmdusingknitr::rmarkdownon Jun 04 2026.

Last update: 2018-03-09
Started: 2016-10-04

Readme and manuals

Help Manual

Help pageTopics
Encode to base32 or Decode from base32base32_decode base32_encode
Encode to base64 or Decode from base64base64_urldecode base64_urlencode