Learn R Programming

b64 (version 0.1.5)

Fast and Vectorized Base 64 Engine

Description

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.

Copy Link

Version

Install

install.packages('b64')

Monthly Downloads

1,204

Version

0.1.5

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Josiah Parry

Last Published

April 6th, 2025

Functions in b64 (0.1.5)

b64-package

b64: Fast and Vectorized Base 64 Engine
alphabet

Standard base64 alphabets
engine

Create an encoding engine
b64_chunk

Utility Functions
new_config

Create a custom encoding engine
encode

Encode and decode using base64