Go to the source code of this file.
Functions | |
void | base64_encode_string (const unsigned char *instr, unsigned char *outstr) |
void | base64_decode_string (const unsigned char *instr, unsigned char *outstr) |
In the past, different applications have had different requirements and thus sometimes implemented base encodings in slightly different ways. Today, protocol specifications sometimes use base encodings in general, and "base64" in particular, without a precise description or reference. Multipurpose Internet Mail Extensions (MIME) is often used as a reference for base64 without considering the consequences for line-wrapping or non-alphabet characters.
Definition in file nanohttp-base64.h.
|
decode a base64 encoded string (maybe broken...) Definition at line 92 of file nanohttp-base64.c. |
|
Base64 encodes a NUL terminated array of characters.
Definition at line 50 of file nanohttp-base64.c. |