Skip to content
monoamine11231 edited this page Jun 6, 2022 · 3 revisions

MTBase64 (Modified Table Base64) is a C++ library for encoding and decoding padded and unpadded Base64 data using standard and custom alphabets/tables. MTBase64 work with data stored in basic C-style memory pointers and with data stored in Standard Template Library containers such as std::vector.
Custom linear containers that implement Container<T>.data() and Container<T>.size() can be used too with MTBase64.

Resources

Installing

See home page.

Getting started

Documentation of MTBase64 methods are found here.

logo

MTBase64

Clone this wiki locally