CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - MD5算法

搜索资源列表

  1. MD5

    1下载:
  2. MD5算法的VC实现,可以随便输入字符串,然后可以得到32位的输出结果-MD5 algorithm to achieve the VC, can easily enter the string, and then can get 32-bit output
  3. 所属分类:Other windows programs

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

    0下载:
  2. hash算法MD5的C语言实现,简单适用-use c to implement MD5 algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:231103
    • 提供者:liuhongming
  1. MD5Checker

    0下载:
  2. 下载个dvd的iso,找了半天的md5检查工具,干脆写了个。 其中,md5算法来自开源社区 Key: md5,MD5,MD5工具,MD5算法 运行于win2k/xp/vista平台,静态链接MFC不需要任何其他依赖dll 注意: 使用该工具打开大文件(Big Size)请耐心等会儿... 有兴趣可以开线程自己完善打开较大文件界面阻塞问题:)-Download a dvd of the iso, to find a half-day md5 check to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:53809
    • 提供者:张其
  1. j_13011_syl

    0下载:
  2. 简介:C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Profile: C prepared, the realization of string summary document containing a summary of two functions. Which mainly includes th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1010923
    • 提供者:hhq2
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare and achieve string summary document containing a summary of two functions. Which mainly contains three documents: Md5
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:7455
    • 提供者:xxxfree
  1. QQLoginBat

    0下载:
  2. 这是一个QQ/TM登录器(其中包含MD5的类封闭及Base64的编码转换). 本程序是用BCB2007制作的. 程序基本用法: (1)运行程序,首先会要求输入密码,如果是首次运行,可以输入一个新密码或直接回车即可. (2)进入后,可以看到已保存的QQ号,可以同时登录一个或多个号码. (3)点击ADD可以添加QQ号码 添加时可以直接输入命令行,也可先按PWDHASH生成命令行,再复制过去(点击上面的Command Line标签). 声明: 程序中的MD5算法和BASE
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:264972
    • 提供者:richardw
  1. Md5Code

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。-C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: Md5.c
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:83116
    • 提供者:钱前
  1. MD5

    0下载:
  2. 用md5验证文件的完整性,输入一个字符串通过md5算法得到这个md5验证码-Verify the integrity of the file with the md5, enter a string to get this through the md5 algorithm md5 code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:551323
    • 提供者:邹平
  1. MD5-jmsm

    0下载:
  2. vb-MD5加密算法, vb-MD5加密算法-vb-MD5 encryption algorithm, vb-MD5 encryption algorithm, vb-MD5 encryption algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:106809
    • 提供者:邱先生
  1. MD5

    0下载:
  2. MD5用的是哈希函数,在计算机网络中应用较多的不可逆加密算法有RSA公司发明的MD5算法和由美国国家技术标准研究所建议的安全散列算法SHA。-MD5 hash function is used in the application of computer networks more irreversible encryption algorithm invented by RSA, MD5 algorithm and by the National Institute of Standards
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:7494
    • 提供者:Laura
  1. md5

    0下载:
  2. c 实现的 md5算法 源码实现 共学习-md5 algorithm source code c achieve total learning
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:5767
    • 提供者:lei
  1. MD5

    0下载:
  2. MD5算法源代码,实现对文件、字符串、buffer等计算出MD5值。-MD5 algorithm source code, file, string, buffer, etc. to calculate the MD5 value.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:3619
    • 提供者:
  1. MD5

    0下载:
  2. 实现MD5算法功能,代码简单易懂,适合初学者学习和理解。-MD5 algorithm can achieve,Easy to read code, suitable for beginners to learn and understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:220596
    • 提供者:xingzoudeye
  1. MD5

    0下载:
  2. MD5算法源文件 调用方法:CString m_strOutput = MD5String((char*)(LPCTSTR)strInput)-MD5 algorithm source files
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3889
    • 提供者:微软中国
  1. MD5

    0下载:
  2. MD5算法实现C版本,在MFC环境下,有简单清新的界面。文件中Realease 文件有exe,可以直接运行。-the code will realize MD5, and it has a interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3746117
    • 提供者:李白白
  1. md5

    0下载:
  2. 设计一个模拟的系统用户安全登录的程序,采用MD5算法实现用户登录口令的安全认证。程序具有注册和登录两个功能,用户注册功能提示用户输入用户名和口令,实现用户名和用户口令的MD5散列值的一一对应。用户登录功能,提示用户输入用户名和口令,用户输入后口令正确,给出合法用户的提示;否则给出非法用户提示。-Design a simulation of the system users safe login procedures, the use of MD5 algorithm to achieve the
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:7168
    • 提供者:余鹏
  1. 加密算法源码

    0下载:
  2. 单片机加密算法,包括AES,DES,MD5,RC6,RSA等(SCM encryption algorithm, including AES, DES, MD5, RC6, RSA and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:15360
    • 提供者:xyharm
  1. md5

    0下载:
  2. md5(filename),MD5算法,针对文件(md5(filename) (path, directories, files))
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:fredleyswea
  1. IcyMD5

    0下载:
  2. 一个速度极快的VB MD5加密类,可以实现MD5加密算法(A fast VB MD5 encryption class)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:14336
    • 提供者:fly0001
  1. 国密算法

    0下载:
  2. 国密算法sm2和sm3的实现,SM2为非对称加密,基于ECC。该算法已公开。由于该算法基于ECC,故其签名速度与秘钥生成速度都快于RSA。ECC 256位(SM2采用的就是ECC 256位的一种)安全强度比RSA 2048位高,但运算速度快于RSA。 SM3?消息摘要。可以用MD5作为对比理解。该算法已公开。校验结果为256位。(Implementation of Sm2 and Sm3 National Secret Algorithms)
  3. 所属分类:其他

    • 发布日期:2021-03-09
    • 文件大小:7168
    • 提供者:heartcabin
« 12 3 »
搜珍网 www.dssz.com