hasinaxp / base64Encoding

simple c++ header file to encode and decode in base64 format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64 encoding

This is a single header simple implementation of base64 incoding in c++.the main concept is to map 3 binary bytes to 4 byte block. convert your binary data to const char* or string before passing to the encode or decode function.

About

simple c++ header file to encode and decode in base64 format


Languages

Language:C++ 100.0%