📄 readme.txt
字号:
MD5 Ken Generator
=================
This application generates MD5 'digest' fingerprints (or keys) of either a text phrase, or the requested files. This program was written as an example of how to use my MD5 C++ library class. The application accepts two forms of input, a text 'phrase' via the phrase input box, and file selection via a file dialog.
For the text phrase, the library call "MD5String" is used, for
the files, the call "MD5File" is used. These examples can be found in the functions "OnGenerate" and "OnButtonChoose" within the MD5KeyGenDlg class.
The output can be logged to the md5keygen.log file, and individual keys can be copied to the clipboard by right clicking on them in the output box.
I hope you find the application, and the library useful. If you have any comments, please direct them to gary@sunstorm.net
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -