Allows to encode and decode data into / from base64 encoding. More...
Static Public Member Functions | |
static nkMemory::Buffer | encode (nkMemory::BufferView< unsigned char > data) |
static nkMemory::Buffer | decode (nkMemory::BufferView< unsigned char > data) |
Allows to encode and decode data into / from base64 encoding.
Base64 encoding can be used to exchange data with various softwares. It is used on the web, for instance.
|
static |
Encodes binary data into base64.
data | The buffer of data to encode. |
|
static |
Decodes base64 data into its binary representation.
data | The base64 buffer to decode. |