CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CMD5

搜索资源列表

  1. md5_fenghq

    0下载:
  2. MD5的MFC类,使用方便。CMD5::GetMD5(\"123\") 简单吧-the MFC category and convenient. CMD5 : : GetMD5 ( "123") it simple
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12249
    • 提供者:fhq
  1. md5_correct

    0下载:
  2. 修正了原CMd5类的CaculateStr函数的严重错误,并且转到新的C++类库。此类已经经过验证,文件和字符串均能得到正确结果,支持Unicode(Unicode时不需要转换)-amendment of the original CMd5 CaculateStr function of the type of serious errors and to the new C Class. Such has been validated, documents, and the string to
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4482
    • 提供者:xb
  1. CMd5_Unicode

    0下载:
  2. 先前的md5_correct关于Unicode的说法不正确,此版本为验证过的真正支持Unicode的版本,修正了其他的小问题。注意文件格式仅支持ansi格式,其他格式的支持不是本类的重点。关键词:md5,CMd5,Unicode,hash-previous md5_correct on Unicode is not correct. This version tested for the genuine support of Unicode version, the amendment of o
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5165
    • 提供者:xb
  1. cmd5

    0下载:
  2. 用CMD5网站数据库破解MD5密码(相当于客户端)-CMD5 website database using crack MD5 passwords (or client)
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1577
    • 提供者:牛×
  1. CMD5

    0下载:
  2. 算法从speakfs提取,没修改,只进行封装。 提供使用范例程序。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5645
    • 提供者:陈辉
  1. Crack32Md5-cmd5

    0下载:
  2. 从cmd5上查询md5密码的小工具,提供一种思路
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29511
    • 提供者:sz421
  1. CMD5

    0下载:
  2. 一个在线解密MD5的接口程序,接口是CMD5提供的。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:209433
    • 提供者:New4
  1. cmd5

    0下载:
  2. 命令提示符下md5计算,支持文件 =========================================== MD5计算程序 v2.0 -by E17- =========================================== Usage: md5 EncryptData. md5 -f DataFile C:\\Documents and Settings\\Einstein>
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:24175
    • 提供者:Lin
  1. MD5

    0下载:
  2. 实用的MD5算法,可对文件、字符串进行MD5加密,CMD5类提供两个接口,一个对字符串,一个对文件。-Practical MD5 algorithm, can file string MD5 encrypted, CMD5 class provides two interfaces, one pairs of strings, a file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:7110
    • 提供者:唐勇
  1. md5加密c++实现

    0下载:
  2. MD5加密调用: CMd5 md5; md5.MDString(要加密的数据(密码和随机数),长度,加密结果;
  3. 所属分类:密码/编码算法

    • 发布日期:2012-11-01
    • 文件大小:2724
    • 提供者:tincol
  1. cmd5

    0下载:
  2. 在visual c++环境下的md5加密算法。-In the visual c++ Environment md5 encryption algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:10441
    • 提供者:aa
  1. cmd5

    0下载:
  2. 用VC编写的MD5解密程序,只有dos窗体,希望对大家有用-VC prepared with MD5 decryption process, only dos form, in the hope that useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:14923
    • 提供者:倪利华
  1. LoginQQ_Source

    0下载:
  2. QQ自动登陆器,用到了Cini,CMD5-QQ automatic landers, used the Cini, CMD5
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:89629
    • 提供者:hexlog
  1. MD5

    0下载:
  2. 经本人优化后的计算 MD5 的类 CMD5 类及动态库源程序,单线程在 Core 6320 CPU,DDR2 667内存 时,忽略读取硬盘速度,每秒可计算150MB以上的数据,可直接做为计算MD5的工具,也可将其嵌入其它程序作为程序的一部分进行编译.-After I optimized the calculation of MD5 class CMD5 category and dynamic library source, single-threaded at Core 6320 CPU, D
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:195567
    • 提供者:泽街
  1. md5

    0下载:
  2. Md5算法的C++封装类CMD5 CMD5 md5 CString csMd5Buffer=md5.MD5("a string") 执行完成之后csMd5Buffer中即存储了由"a string"计算得到的MD5值: 3a315533c0f34762e0c45e3d4e9d525c-Md5 Algorithm Class C++ package CMD5 CMD5 md5 CString csMd5Buffer = md5.MD5 ( " a string&
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3584
    • 提供者:淡月清风
  1. cmd5

    0下载:
  2. MD5加密的源代码,应用的人很多的。 在网上找了半天才找到的。-MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:15010
    • 提供者:jeansecool
  1. cmd5

    0下载:
  2. MD5加密,已经封装成一个C++类,只要调用该类就可方便使用-This C++ class serves as a wrapper for the Message Digest 5 code described in the Internet RFC 1321.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:14448
    • 提供者:Waxgin
  1. CMD5

    0下载:
  2. http://www.cmd5.com/cmd5加密解密网站 网站源码-Website cmd5 encryption and decryption source
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1666267
    • 提供者:和军舰
  1. CMd5

    0下载:
  2. cmd5加密工具源码,qq、数据库等需要登录的软件都可用此类函数进行加密,包含用户密码的安全信息。-cmd5 source encryption tool, qq, s, etc. need to log software such functions are available for encryption, security information contains the user s password.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3215
    • 提供者:王彦杰
  1. CMD5源码

    0下载:
  2. CMD5查询网站的源码
  3. 所属分类:ASPX.NET源码

    • 发布日期:2019-02-18
    • 文件大小:884636
    • 提供者:syste1n
« 12 »
搜珍网 www.dssz.com