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

搜索资源列表

  1. 节省资源的MD5算法

    0下载:
  2. 为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe att
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2559
    • 提供者:林华
  1. MD5算法的JavaBean

    0下载:
  2. MD5计算,可以将文件提取出摘要,进行比对,校验,实现指纹算法-MD5, can be extracted document summaries, compare and testing to achieve fingerprint algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5388
    • 提供者:钟伟明
  1. MD5 Source Code

    0下载:
  2. 一个可以实际编译运行的 MD5算法原代码,含main调试程序。-A MD5 Source Code which can be run after translation and edition. It contains main debug program.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3476
    • 提供者:林先生
  1. MD5(verilog)

    1下载:
  2. MD5算法的verilog实现,同时包含有testbench。-Verilog of MD5 algorithm is realized, includes testbench at the same time .
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4806
    • 提供者:张雷
  1. 汇编内核加密算法

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvemen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8356
    • 提供者:qve
  1. Md5.java

    0下载:
  2. java版的MD5算法,已用过,可以用的。试试吧-java version of the MD5 algorithm, has been used, can be used. Try it
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5748
    • 提供者:康lg
  1. MD5(c++)

    0下载:
  2. md5算法的c++实现,包含MD5.cpp和MD5.h-md5 Algorithm c + +, and includes MD5.cpp MD5.h
  3. 所属分类:加密解密

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

    0下载:
  2. 传统的MD5算法,利用Qt编写了简单GUI.-MD5 algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:862118
    • 提供者:lizesong
  1. md5

    0下载:
  2. VB写的一个MD5算法的程序,本人仿造他人的作品,请不要见怪。-MD5 algorithm written in a VB program, I copy the works of others, please do not take offense.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:10354
    • 提供者:xyzzy
  1. md5

    0下载:
  2. MD5算法是一种消息摘要算法(Message Digest Algorithm),此算法以任意长度的信息(message) 作为输入进行计算,产生一个128-bit(16-byte)的指纹或报文摘要(fingerprint or message digest)。两个不同的message产生相同message digest的几率相当小,从一个给定的message digest逆向产生原始message更是困难(不过也有可能从message digest构造(message),因此MD5算法适合用在
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2984
    • 提供者:nannan
  1. md5

    0下载:
  2. md5算法c语言代码 能直接编译运行 有注释-md5 algorithm c language code can directly compile and run a Note
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2252
    • 提供者:zxlzr
  1. md5

    0下载:
  2. MD5算法,能直接计算文本或文件的MD5码-MD5 algorithm can directly calculate the MD5 code of text or files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3488
    • 提供者:陈梓强
  1. md5

    0下载:
  2. 算法;md5算法;VC2005;实现文本文件和字符的md5计算。-Algorithm md5 algorithm VC2005 to achieve a text file and the character of the md5 calculation.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:731229
    • 提供者:xiayer
  1. md5-linux

    0下载:
  2. linux下md5算法, 完整的实现都呈现出来了,头文件和c文件都有-Under linux md5 algorithm, the full realization of all rendered out, the header files and c files have
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3534
    • 提供者:mvmvmvmv
  1. MD5

    0下载:
  2. 安卓平台下,MD5处理图片加密算法,主要是输入一个需要加密的文本,得到一个加密输出加密后的文本,类型为string(Android platform, MD5 deal with picture encryption algorithm)
  3. 所属分类:网址推荐

  1. jhMD5

    0下载:
  2. 关于MD5算法的加解密,便于用户对加密算法和解密算法的理解和应用(About the encryption and decryption of MD5)
  3. 所属分类:加密解密

    • 发布日期:2017-12-18
    • 文件大小:205824
    • 提供者:南宫竹馨
  1. md5

    0下载:
  2. md5加密解密算法C语言实现,版权他人所有,侵删(md5 encryption and decryption algorithm C language to achieve, copyright others all, invaded)
  3. 所属分类:加密解密

    • 发布日期:2017-12-20
    • 文件大小:11264
    • 提供者:helloworldca
  1. stm32+w5500+24c16+md5

    1下载:
  2. 通过w5500芯片建立socket链接,并且MD5算法加密,并用24c16在掉电时存储小量数据(Through the w5500 chip to establish socket link, and MD5 algorithm encryption, and 24c16 in the power down when the storage of small amounts of data)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:354304
    • 提供者:y2k
  1. Md5加密算法的原理及应用

    0下载:
  2. Md5加密算法的原理及应用 --- Md5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由Mit Laboratory For Computer Science和Rsa Data Security Inc的Ronaldl.rivest开发出来,经md2、md3和md4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被“压缩”成一种保密的格式。由于md5算法的使用不需要支付任何版权费用的,所以在一般的情况下,md5也不失为一种非常优秀的加
  3. 所属分类:加密解密

  1. md5

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

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:fredleyswea
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com