Location:
Search - MD5 MFC
Search list
Description: 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char * filename = NULL) / / calculate MD5 value of the document void TargetStr (LPCSTR str) / / calculate MD5 string value LPCSTR GetDigestKey () / / Operational MD5 from the results LPCSTR GetErr () / / If there were mistakes from the wrong string
Platform: |
Size: 4533 |
Author: 俞训峰 |
Hits:
Description: 已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件
Platform: |
Size: 9575 |
Author: yufei |
Hits:
Description: 这是一个好用的MD5的C++类;这个类可以加在控制台
程序中也可用在MFC中, 并且提供了详细的错误处理
函数,是一个安全的类。例程是一个MD5的MFC程序,
支持字符串和文件两种输入。
Platform: |
Size: 139330 |
Author: qunhui hu |
Hits:
Description: MD5加密算法得VisualC++6.0源程序,直接调用里面的函数即可-MD5 Encryption Algorithm in Visual C++ 6.0 source code, direct calls to the function can be
Platform: |
Size: 28672 |
Author: |
Hits:
Description: 这里有大量的加密程序有RSA,MD5等都可以运行且没有错快快用吧-here a large number of RSA encryption procedure, MD5 can all be run with no mistakes quickly and use it
Platform: |
Size: 2022400 |
Author: 闾凡兵 |
Hits:
Description: 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char* filename = NULL)// calculate MD5 value of the document void TargetStr (LPCSTR str)// calculate MD5 string value LPCSTR GetDigestKey ()// Operational MD5 from the results LPCSTR GetErr ()// If there were mistakes from the wrong string
Platform: |
Size: 4096 |
Author: 俞训峰 |
Hits:
Description: MD5的MFC类,使用方便。CMD5::GetMD5("123") 简单吧-the MFC category and convenient. CMD5 : : GetMD5 ( "123") it simple
Platform: |
Size: 12288 |
Author: fhq |
Hits:
Description: MFC下写个MD5和SHA1文件摘要应用程序,不限文件大小-Under the MFC write a summary of MD5 and SHA1 file applications, not limited to file size
Platform: |
Size: 56320 |
Author: |
Hits:
Description: 已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件-Have a good package MD5 summary generation algorithm. Support C/C++. If it does not use MFC, please delete them include documents
Platform: |
Size: 9216 |
Author: yufei |
Hits:
Description: 用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
Platform: |
Size: 19456 |
Author: zyf |
Hits:
Description: hash算法中常见的一种,md5算法,在vc++中的源代码-hash algorithm is a common, md5 algorithm, vc++ at the source code
Platform: |
Size: 4096 |
Author: 徐蕾 |
Hits:
Description: md5 用MFC类实现,方便在MFC应用程序中使用-md5 mfc application
Platform: |
Size: 3072 |
Author: chenweijian |
Hits:
Description: 利用Windows API来计算MD5的MFC例程.计算MD5时主要用到了CryptAcquireContext、CryptCreateHash两个API-Windows API to use the MFC to calculate the MD5 routines. Mainly used when calculating the MD5 of the CryptAcquireContext, CryptCreateHash two API
Platform: |
Size: 350208 |
Author: 李招武 |
Hits:
Description: 密码学实验源码·
包含三个密码算法 DES RSA 和 MD5
VC++ MFC界面-Experimental source cryptography consists of three DES RSA and MD5 cryptographic algorithm
Platform: |
Size: 3940352 |
Author: 玄轩 |
Hits:
Description: 以MFC实现的MD5码加密类,类体可直接拷贝到其他程序中使用。-To achieve the MD5 encryption MFC class, the class body can directly copy into other programs to use.
Platform: |
Size: 3405824 |
Author: svjh |
Hits:
Description: md5 hash 验证 MFC实现此功能-md5 hash verification MFC to implement this feature
Platform: |
Size: 1326080 |
Author: longbaolian |
Hits:
Description: 基于面向对象对MD5进行了类封装 此处给出了MFC对话框的demo -MD5 mfc
Platform: |
Size: 8512512 |
Author: denis |
Hits:
Description: MD5 压缩算法,将任意字符串经过MD5计算,转换成128bit的16进制字符串。(MD5 compression algorithm converts any string to a 128-bit hexadecimal string after MD5 calculation.)
Platform: |
Size: 811008 |
Author: hydq |
Hits:
Description: 使用openssl1.0.2,MD5加密的一个解密工具,仅供参考MD5解密方法,所以并不上传加密端(A decryption tool using OpenSSL, MD5 encrypted only for reference to the MD5 decryption method, so it does not upload the encrypted end)
Platform: |
Size: 43727872 |
Author: 张海棠 |
Hits:
Description: 使用openssl1.0.2,MD5加密的一个解密工具,仅供参考MD5解密方法,所以并不上传加密端(A decryption tool using OpenSSL, MD5 encrypted only for reference to the MD5 decryption method, so it does not upload the encrypted end)
Platform: |
Size: 3347456 |
Author: 张海棠 |
Hits: