libkazv
Loading...
Searching...
No Matches
base64.cpp File Reference
#include <libkazv-config.hpp>
#include <cryptopp/base64.h>
#include "base64.hpp"
Include dependency graph for base64.cpp:

Namespaces

namespace  Kazv
 

Functions

std::string Kazv::encodeBase64 (std::string original, int flags=Base64Opts::none)
 Encodes the original string to base64.
 
std::string Kazv::decodeBase64 (std::string encoded, int flags=Base64Opts::none)
 Decode base64 string.