#include <stdio.h>#include <string.h>#include <malloc.h> char* ch64="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";unsigned char *encode(unsigned char *src,...
阅读全文
2007
03-03