51 static std::string
encodeb64(
char* bytes,
int size);
59 static std::string
decodeb64(
char* b64bytes);
~Base64()
Base64 class destructor.
static std::string encodeb64(char *bytes, int size)
encode the data in base 64
Base64()
Base64 class constructor.
use this class to read and write data in base64.
static std::string decodeb64(char *b64bytes)
decode the data in base 64