An open API service indexing awesome lists of open source software.

https://github.com/katahiromz/base64

Base64 encoding/decoding library
https://github.com/katahiromz/base64

base64 cxx decoder decoding encoder encoder-decoder encoding header-only

Last synced: over 1 year ago
JSON representation

Base64 encoding/decoding library

Awesome Lists containing this project

README

          

# base64

[![Travis Build Status](https://travis-ci.org/katahiromz/base64.svg?branch=master)](https://travis-ci.org/katahiromz/base64)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/87rijyy82tg8d3tm?svg=true)](https://ci.appveyor.com/project/katahiromz/base64)

This is a base64 encoding/decoding library for C++.

Based on René Nyffenegger's cpp-base64, but this project includes many improvements.

René Nyffenegger's cpp-base64
https://github.com/ReneNyffenegger/cpp-base64