my code is : char* newpwd(char *ptr) { char buf; MD5Data(ptr,strlen(ptr),buf); printf("%s",buf); return buf;
確定! 回上一頁