view Resources/base64/base64.h @ 24:166664f0f860

base64
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 Aug 2012 10:42:43 +0200
parents
children de8a5329b069
line wrap: on
line source

#include <string>

std::string base64_encode(const char* stringToEncode);
std::string base64_decode(const std::string& s);