readme.txt
来自「This algorithm was developed by Professo」· 文本 代码 · 共 20 行
TXT
20 行
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 + =
减小字号Ctrl + -
显示快捷键?