md5sum via function call [Archive] - C Board

PDA

View Full Version : md5sum via function call


Lynux-Penguin
10-24-2003, 07:17 PM
Does anyone know of a way I can call a function (or a method to do this without relatively over complicating the program) where I can take the MD5 check sum of a file. All else fails Ill just add a thread to execture md5sum and grab the returning text, parse and whatnot.

-LC

Salem
10-25-2003, 12:12 AM
Yeah, just find md5.c on the web / your source code tree and grab the function contained within it