Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - MD5 mfc
Search - MD5 mfc - List
这是一个好用的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
Update : 2008-10-13 Size : 4.43kb Publisher : 俞训峰

DL : 0
已经封装好的MD5摘要生成算法。支持C/C++。如果不在MFC下使用请删除其中的include文件
Update : 2008-10-13 Size : 9.35kb Publisher : yufei

DL : 0
这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。
Update : 2008-10-13 Size : 136.06kb Publisher : qunhui hu

MD5加密算法得VisualC++6.0源程序,直接调用里面的函数即可-MD5 Encryption Algorithm in Visual C++ 6.0 source code, direct calls to the function can be
Update : 2025-02-17 Size : 28kb Publisher :

这里有大量的加密程序有RSA,MD5等都可以运行且没有错快快用吧-here a large number of RSA encryption procedure, MD5 can all be run with no mistakes quickly and use it
Update : 2025-02-17 Size : 1.93mb Publisher : 闾凡兵

这是一个好用的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
Update : 2025-02-17 Size : 4kb Publisher : 俞训峰

MD5的MFC类,使用方便。CMD5::GetMD5("123") 简单吧-the MFC category and convenient. CMD5 : : GetMD5 ( "123") it simple
Update : 2025-02-17 Size : 12kb Publisher : fhq

MFC下写个MD5和SHA1文件摘要应用程序,不限文件大小-Under the MFC write a summary of MD5 and SHA1 file applications, not limited to file size
Update : 2025-02-17 Size : 55kb Publisher :

DL : 0
已经封装好的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
Update : 2025-02-17 Size : 9kb Publisher : yufei

DL : 0
用MFC实现的对任意长度的文件的MD5加密,得到的是标准的32位十六进制数-Using MFC to achieve for any length of document MD5 encryption, receive the standard 32-bit hexadecimal number
Update : 2025-02-17 Size : 19kb Publisher : zyf

DL : 0
hash算法中常见的一种,md5算法,在vc++中的源代码-hash algorithm is a common, md5 algorithm, vc++ at the source code
Update : 2025-02-17 Size : 4kb Publisher : 徐蕾

md5 用MFC类实现,方便在MFC应用程序中使用-md5 mfc application
Update : 2025-02-17 Size : 3kb Publisher : chenweijian

利用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
Update : 2025-02-17 Size : 342kb Publisher : 李招武

密码学实验源码· 包含三个密码算法 DES RSA 和 MD5 VC++ MFC界面-Experimental source cryptography consists of three DES RSA and MD5 cryptographic algorithm
Update : 2025-02-17 Size : 3.76mb Publisher : 玄轩

DL : 0
以MFC实现的MD5码加密类,类体可直接拷贝到其他程序中使用。-To achieve the MD5 encryption MFC class, the class body can directly copy into other programs to use.
Update : 2025-02-17 Size : 3.25mb Publisher : svjh

DL : 0
md5 hash 验证 MFC实现此功能-md5 hash verification MFC to implement this feature
Update : 2025-02-17 Size : 1.26mb Publisher : longbaolian

基于面向对象对MD5进行了类封装 此处给出了MFC对话框的demo -MD5 mfc
Update : 2025-02-17 Size : 8.12mb Publisher : denis

DL : 0
MD5 压缩算法,将任意字符串经过MD5计算,转换成128bit的16进制字符串。(MD5 compression algorithm converts any string to a 128-bit hexadecimal string after MD5 calculation.)
Update : 2025-02-17 Size : 792kb Publisher : hydq

使用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)
Update : 2025-02-17 Size : 41.7mb Publisher : 张海棠

使用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)
Update : 2025-02-17 Size : 3.19mb Publisher : 张海棠
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.