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:
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
Last updated from:65e251ea70. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 123 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 193 | ||
| linux-release-arm64 | OK | 119 | ||
| linux-release-x86_64 | OK | 120 | ||
| macos-release-arm64 | OK | 162 | ||
| macos-release-x86_64 | OK | 233 | ||
| macos-oldrel-arm64 | OK | 175 | ||
| macos-oldrel-x86_64 | OK | 225 | ||
| windows-devel | OK | 98 | ||
| windows-release | OK | 113 | ||
| windows-oldrel | OK | 76 | ||
| wasm-release | OK | 104 |
Exports:base32_decodebase32_encodebase64_urldecodebase64_urlencode
Dependencies:backports
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Encode to base32 or Decode from base32 | base32_decode base32_encode |
| Encode to base64 or Decode from base64 | base64_urldecode base64_urlencode |
