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

搜索资源列表

  1. MD5

    0下载:
  2. MD5程序,可以计算MD5算法得到的Hash值,且可以保存成文档-MD5 program can calculate MD5 Hash value obtained by the algorithm, and can be saved into a document
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1912926
    • 提供者:王二
  1. MD5

    0下载:
  2. MD5算法产生消的摘要,该算法在visual c++ 6.0下编译通过-MD5 algorithm to generate a summary of elimination, the algorithm in visual c++ 6.0 compiler under
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. MD5的C语言算法实现,可以实现一串字符的加密,输出起hash值-this is a suanfa,for MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:1646
    • 提供者:张大为
  1. md5

    0下载:
  2. MD5是一种被广泛使用的“消息-摘要算法”。实际上就是一个单项散列函数。-MD5 is a widely used " message- digest algorithm." Is actually a single hash function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2501
    • 提供者:yilujie
  1. MD5

    0下载:
  2. md5加密算法c语言实现,具体的一个MD5实现-md5 encryption algorithm c language, the specific implementation of a MD5
  3. 所属分类:Data structs

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

    0下载:
  2. MD5算法的实现以及分析,主循环有四轮(MD4只有三轮),每轮循环都很相似。第一轮进行16次操作。每次操作对a、b、c和d中的其中三个作一次非线性函数运算,然后将所得结果加上第四个变量,文本的一个子分组和一个常数。再将所得结果向右环移一个不定的数,并加上a、b、c或d中之一。最后用该结果取代a、b、c或d中之一。-MD5 algorithm implementation and analysis, the main loop there are four rounds (MD4 only thr
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 这是一个用来计算文件的MD5值控制台应用程序,C++源代码-This is a file used to calculate the MD5 value of the console application, C++ source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:863499
    • 提供者:千古
  1. Hash-MD5

    0下载:
  2. 计算hash值的MD5算法,能够实现其实在的功能-This is a MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:658528
    • 提供者:顺友
  1. md5-cut-sure

    0下载:
  2. 当我们有时候需要一个加密过的字符串的时候,当我们懒得写一行php代码求字符串的md5值的时候,这是一个很好的工具.程序很简单.调用 System.Security.Cryptography,使用其中的MD5类来加密字符串.将计算结果再显示在另外一个TextBox中. -When we sometimes need an encrypted string, when we bother to write a line of php code to find the md5 value of the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:329681
    • 提供者:boshen
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:60548
    • 提供者:whalestudio
  1. MD5

    0下载:
  2. 一篇非常有名的介绍MD5码的学术文章,很不错!-this is a very important article about md5 code written by a Chinese female Professor Wang Xiaoyun
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:55228
    • 提供者:
  1. md5

    0下载:
  2. 实现了MD5的加密运算,是一个比较简单的才程序,本人水平有限,只能个大家一个参考-Implement MD5 encryption operations, it is a relatively simple procedure, I is limited, can only be a people of a reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3844808
    • 提供者:xf
  1. MD5

    0下载:
  2. MD5计算工具,支持WIN7的玻璃效果,写得不好,QQ 870237087 有建议或意见可以联系哦-want to known a file s MD5
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:59564
    • 提供者:lytt
  1. EncryptByMd5

    0下载:
  2. md5加密,解密vc++窗体版实例,为一串字符串进行MD5加密、解密。-md5 encryption, decryption, form version of vc++ example, for a string MD5 string encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. MD5实现源码整理(c#)MD5加密源码,网上有不少,,稍作了一下整理。。。。 -MD5 order to achieve source code (c#) MD5 encryption source code, there are many online, and make some a little finishing. . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:34707
    • 提供者:张启丰
  1. MD5

    0下载:
  2. 使用MD5算法的一个文件加密和解密系统。-MD5 algorithm used to encrypt and decrypt a file system.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:359516
    • 提供者:熊煜然
  1. MD5

    0下载:
  2. 计算输入字符串的MD5值,附带简单的雪崩测试-Compute the MD5 of a string.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:879305
    • 提供者:乾坤
  1. MD5

    0下载:
  2. 比较文件的MD5值,计算一串字符的MD5值-Compare files of MD5 values,A string of characters calculated MD5 values
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:14905
    • 提供者:刘超
  1. MD5

    0下载:
  2. 密码学课程设计,MD5算法的实现,一个很完整的MD5算法-Curriculum design cryptography, MD5 algorithm, MD5 algorithm a very complete
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:331692
    • 提供者:思瓜
  1. md5

    0下载:
  2. md5源码。根据md5算法,用C++实现对一个字符串的hash,输出32为十六进制字符。-md5 source code. According to md5 algorithm, using C++ implementation of a string of hash, the output of 32 hexadecimal characters.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2364
    • 提供者:th
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 44 »
搜珍网 www.dssz.com