ZenLib
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Base64 |
Functions | |
std::string | Base64::encode (const std::string &sString) |
Encode string to base64. | |
std::string | Base64::decode (const std::string &sString) |
Encode base64 into string. |