You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Vjy <vi...@iavian.com> on 2008/07/28 21:39:54 UTC

[users@httpd] MD5 Checksum

Hi All,

    I tried

#include "apr_md5.h"

unsigned char *hash = apr_palloc(r->pool, APR_MD5_DIGESTSIZE);
apr_md5(hash,"forest",APR_MD5_DIGESTSIZE);
ap_log_rerror(APLOG_MARK, APLOG_ERR, APR_SUCCESS,r,"Hash %s to %s
","forest" ,hash);


I get some chunk values instead of

echo -n "forest" | md5sum
which is f379cfd7a55b621577a8389d1817a102


Thanks
Vijay

http://iavian.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org