readme.txt
来自「利用Windows API来计算MD5的MFC例程.计算MD5时主要用到了Cry」· 文本 代码 · 共 36 行
TXT
36 行
================================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : MfcMD5Calculator Project Overview
===============================================================================
This application computes the MD5 digest of files.
The input file can be selected from the app main dialog box, or it can be
drag-and-drop'ed 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 of files.
This class is independent from the MFC framework, and can be used also in
non-MFC projects.
Giovanni Dicanio <giovanni.dicanio@gmail.com>
2008, September 26th
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?