I have a HANDLE of a file, hFile. I want to find its MD5, How can I? I just need a little guidance.
HANDLE hFile=myClass.getHandle(); calculateMd5(hFile); calculatemMd5(HANDLE hFile) { ...??? } I have a HANDLE of a file, hFile. I want to find its MD5, How can I? I just need a little guidance.
HANDLE hFile=myClass.getHandle(); calculateMd5(hFile); calculatemMd5(HANDLE hFile) { ...??? } wincrypt.h header and crypt32.lib library