Can someone please explain to me what this means
It would be nice if someone could translate it to PHP
PHP only has a md5() function
*editCode:#define AIM_MD5_STRING "AOL Instant Messenger (SM)" /* calculate md5-hash to send to server */ md5_init(&state); md5_append(&state, (const md5_byte_t *)authkey, strlen(authkey)); md5_append(&state, (const md5_byte_t *)passwd, strlen(passwd)); md5_append(&state, (const md5_byte_t *)AIM_MD5_STRING, strlen(AIM_MD5_STRING)); md5_finish(&state, (md5_byte_t *)auth_hash); /* Now we ready send to server auth_hash array (16 bytes long) */
maybe this link will help:
http://www.rabbitsemiconductor.com/d...N209/TN209.pdf
i do not understand their definition of what the functions does



LinkBack URL
About LinkBacks


