Package: b64 0.1.1

Josiah Parry

b64:Fast and Vectorized Base 64 Engine

Provides a fast, lightweight, and vectorized base 64 engine to encode and decode character and raw vectors as well as files stored on disk. Common base 64 alphabets are supported out of the box including the standard, URL-safe, bcrypt, crypt, 'BinHex', and IMAP-modified UTF-7 alphabets. Custom engines can be created to support unique base 64 encoding and decoding needs.

Authors:Josiah Parry [aut, cre], Etienne Bacher [ctb]

b64_0.1.1.tar.gz
b64_0.1.1.tar.gz(r-4.5-noble)b64_0.1.1.tar.gz(r-4.4-noble)
b64.pdf |b64.html
b64/json (API)
NEWS

# Installb64 in R:
install.packages('b64',repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/extendr/b64/issues

11 exports 0.23 score 0 dependencies 180 downloads

Last updated 4 days agofrom:67455e917f

Exports:alphabetb64_chunkb64_wrapdecodedecode_fileencodeencode_fileenginenew_alphabetnew_confignew_engine

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Standard base64 alphabetsalphabet new_alphabet
Utility Functionsb64_chunk b64_wrap
Encode and decode using base64decode decode_file encode encode_file
Create an encoding engineengine new_engine
Create a custom encoding enginenew_config