A library for base64 encoding.
- Supports encoding files and strings by taking
const char
- Written for ease of understanding the Base64 algorithm
- Unit tested
- Catch2 is required for running the unit tests.
Explanation of the Base64 algorithm: Page 21 of RFC1521