#include "config.h" /** * base64 - base64 encoding and decoding (rfc4648). * * base64 encoding is used to encode data in a 7-bit clean manner. * Commonly used for escaping data before encapsulation or transfer * * Example: * #include * #include * #include * * int main(int argc, char *argv[]) * { * char *base64_encoded_string; * int i; * * // print the base64-encoded form of the program arguments * for(i=1;i