#if !defined __AE__BASE64_H #define __AE__BASE64_H char *bin2hex(unsigned char*, int); unsigned char *hex2bin(const char*); #endif