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.5)base64url_1.4.zip(r-4.4)base64url_1.4.zip(r-4.3)
base64url_1.4.tgz(r-4.4-x86_64)base64url_1.4.tgz(r-4.4-arm64)base64url_1.4.tgz(r-4.3-x86_64)base64url_1.4.tgz(r-4.3-arm64)
base64url_1.4.tar.gz(r-4.5-noble)base64url_1.4.tar.gz(r-4.4-noble)
base64url_1.4.tgz(r-4.4-emscripten)base64url_1.4.tgz(r-4.3-emscripten)
base64url.pdf |base64url.html
base64url/json (API)
NEWS

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

Peer review:

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

On CRAN:

base32base64base64url

4 exports 11 stars 5.31 score 1 dependencies 58 dependents 15 scripts 10.4k downloads

Last updated 5 years agofrom:65e251ea70. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-win-x86_64OKSep 10 2024
R-4.5-linux-x86_64OKSep 10 2024
R-4.4-win-x86_64OKSep 10 2024
R-4.4-mac-x86_64OKSep 10 2024
R-4.4-mac-aarch64OKSep 10 2024
R-4.3-win-x86_64OKSep 10 2024
R-4.3-mac-x86_64OKSep 10 2024
R-4.3-mac-aarch64OKSep 10 2024

Exports:base32_decodebase32_encodebase64_urldecodebase64_urlencode

Dependencies:backports

Benchmark

Rendered fromBenchmarks.Rmdusingknitr::rmarkdownon Sep 10 2024.

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