| int base64_encode | ( | const unsigned char * | source, |
| size_t | sourcelen, | ||
| char * | target, | ||
| size_t | targetlen | ||
| ) |
encode an array of bytes using Base64 (RFC 3548)
| source | the source buffer |
| sourcelen | the length of the source buffer |
| target | the target buffer |
| targetlen | the length of the target buffer |