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.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')) |
Bug tracker:https://github.com/mllg/base64url/issues
Last updated 5 years agofrom:65e251ea70. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win-x86_64 | OK | Nov 09 2024 |
R-4.5-linux-x86_64 | OK | Nov 09 2024 |
R-4.4-win-x86_64 | OK | Nov 09 2024 |
R-4.4-mac-x86_64 | OK | Nov 09 2024 |
R-4.4-mac-aarch64 | OK | Nov 09 2024 |
R-4.3-win-x86_64 | OK | Nov 09 2024 |
R-4.3-mac-x86_64 | OK | Nov 09 2024 |
R-4.3-mac-aarch64 | OK | Nov 09 2024 |
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 |