Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

md5

  1. alex_free

    MD5VS - Verify MD5SUMs Of All Files In A Directory Recursively

    This was something I put together as a small side project. Some modern file systems checksum the files in them to verify their integrity, I wanted something similar for my my main server, the Mac mini G4. So here’s what I did: https://github.com/alex-free/md5vs MD5VS makes it easy to verify...
  2. A

    macOS MD5 Self sum

    Hello everyone, Sometimes you need to get the md5 amount of the mini soft when running the software when you attach this mini soft as a plugin. For the windows solution, I have this code: LPTSTR strDLLPath1 = new TCHAR[_MAX_PATH]; ::GetModuleFileName((HINSTANCE)&__ImageBase, strDLLPath1...