Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: fdeee7ef528738c97dcc59ef25cd3463a67e3a52 Size: 50.58 KB File Format: zip
Rating: 2.478260869
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 301 License: Free
MD5Digest Calculator is a free software by Giovanni Dicanio and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download MD5Digest Calculator which is 50.58 KB in size and belongs to the software category File Management. MD5Digest Calculator was released on 2010-06-04 and last updated on our database on 2017-02-27 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
MD5Digest Calculator Description
MD5Digest Calculator tool was developed to be a C++ MFC application that calculates MD5 digest of files, using worker threads. The MD5 calculator C++ class can be used also in non-MFC projects.
This is a C++ MFC application that computes the MD5 digest of files, using worker threads. The input file can be selected from the app main dialog box, or it can be drag-and-droped by the user.
The MD5 computation is done by a "background" worker thread. (See CMfcMD5CalculatorDlg::MD5WorkerThreadFunctionMain() method.)
MD5 digest can be copied to the clipboard. Some techniques showed in this project:
-Â MD5 calculation using Win32 Cryptography API (no external libraries required)
-Â using worker threads
-Â drag-and-drop
- copy strings to clipboard
- extracting file path and file title from full file pathname
- using common open file dialog
NOTE:
The CMD5FileCalculator class is used to calculate MD5 digest of files. I designed this class to be independent from the MFC framework, so this class can be used also in other C++ non-MFC projects.