libkazv
base64.hpp File Reference
#include <libkazv-config.hpp>
Include dependency graph for base64.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Kazv
 
 Kazv::Base64Opts
 

Enumerations

enum  Kazv::Base64Opts::Base64Opts : int { Kazv::Base64Opts::none = 0x0, Kazv::Base64Opts::urlSafe = 0x1, Kazv::Base64Opts::padded = 0x2 }
 Bit flags for encodeBase64 and decodeBase64. More...
 

Functions

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