CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 哈希算法

搜索资源列表

  1. 安全哈希算法.zip

    0下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:15553
    • 提供者:
  1. GetCRC32(CS)

    1下载:
  2. CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14915
    • 提供者:李哓
  1. SHA-1

    0下载:
  2. 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure hash algorithm (Secure Hash Algorithm) is mainly applied to digital signature standard (Digital Signature Standard DSS) which
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:824
    • 提供者:Jesse
  1. libgringotts-1[1].2.1

    0下载:
  2. libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:160975
    • 提供者:薛某某
  1. MD5_SHA1

    1下载:
  2. 具有MD5和SHA1单向(哈希)函数算法加解密功能的小程序.-MD5 and SHA1 have a one-way (hash) function algorithm for encryption and decryption functions applet.
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 哈希算法--MD5的简单C++实现-Hash Algorithm- MD5 simple C++ to achieve,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5039
    • 提供者:张力鹏
  1. hash

    1下载:
  2. 采用C语言实现MD5哈希摘要算法,对文件进行哈希得到哈希摘要-Using C language digest algorithm MD5 hash of the document have been hash hash Abstract
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. md5哈希算法源码,摘要信息、摘要消息的长度256,摘要为16-md5 hash algorithm source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2470507
    • 提供者:huhanzhong
  1. jiamijiemi

    0下载:
  2. 该加密解密过程运用了哈希算法,这是一个很好的例子也可以让您很好的理解加密解密这个过程-The process of encryption and decryption of the hash algorithm used, this is a good example will also allow you a good understanding of the process of encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。   将数据(如汉字)运算为另一固定长度值是杂凑算法的基础原理,MD5的前身有MD2、MD3和MD4。-MD5 or Message-Digest Algorithm 5 (Information- Digest Algorithm 5), used to ensure a complete a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1847
    • 提供者:jolly
  1. key

    0下载:
  2. omnet++密钥预分配方案的仿真,基于哈希算法的eg方案的改进-omnet++ simulation of the key pre-distribution scheme, eg based on the hash algorithm to improve the program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1086402
    • 提供者:alcohol
  1. sha1

    0下载:
  2. sha1(安全哈希算法)主要适用于数字签名标准里面的定义的数字签名算法。-sha1 (Secure Hash Algorithm) is mainly used inside the definition of digital signature standard digital signature algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2025
    • 提供者:yilujie
  1. dcrc

    0下载:
  2. 基于crc32的dhash,减少了普通哈希算法的冲突概率,是一种新鲜的哈希查找算法-Crc32 on the dhash, reducing the probability of conflict common hash algorithms, is a fresh hash search algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:3926
    • 提供者:黄文昊
  1. md5

    0下载:
  2. MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的散列算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。这里是C语言的具体实现-he MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RF
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:80146
    • 提供者:周笑
  1. WPA2mimapojie

    0下载:
  2. 首先大家要明白一种数学运算,它叫做哈希算法(hash),这是一种丌可逆运算,你丌能通过运算结果来求解出原来癿未知数是多少,有时我们还需要丌同癿未知数通过该算法计算后得到癿结果相同,即你丌太可能找到两个丌同癿值通过哈希得到同一个结果。哈希是一类算法癿统称,通常哈希算法都是公开癿,比如 MD5,SHA-1 等等。-First we need to understand a mathematical operation, it is called the hash algorithm (hash),
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:750281
    • 提供者:Ge
  1. C_MSComm

    0下载:
  2. Secure Hash Algorithm(安全哈希算法)进行了简要描述,并对SHA-1算法的原理进行了深入分析。同时采用目前流行的C#语言对SHA-1算法进行了具体研究,设计了SHA-1加密系统。测试结果表明:加密系统可以准确实现中文信息和其他信息的SHA-1加密。-Secure Hash Algorithm (Secure Hash Algorithm), a brief descr iption of the SHA-1 algorithm and the principle of in-
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. MD5 哈希算法.MD5是由国际著名密码学家、“图灵奖”获得者兼公钥加密算法RSA的创始人、麻省理工大学的RonaldRivest教授于1991年设计的。它与SHA共同构成两大哈希算法,广泛应用于金融、证券等电子商务领域。MD5输入是任意长的消息,分组长度为512比特,输出128比特。-MD5 hash algorithm. MD5 password by internationally renowned scientists, " Turing Award" winner a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:1172301
    • 提供者:汪旭
  1. dfsd

    0下载:
  2. C语言,大素数域上的椭圆曲线加密解密算法 [ibe_dec.rar] - 椭圆曲线加密算法,解密一步的源代码,有详细注释 [DES.rar] - 各种加密算法的源代码,包括DES,RSA,DAS,RC4,RC5等 [mulf2m.rar] - 椭圆曲线加密算法中的乘法器的生成,主要功能是实现在素域上的多项式模P(大素数)乘的运算。 [AesCode.rar] - AES c++实现 有图形界面对话框 简单易用 [2745ecc.rar] - 椭圆曲线加密算法
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2.  MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。-The MD5 Message-Digest Algorithm 5 (Information- Digest algorithm 5) is used to ensure complete and consistent information transmission. Is one of t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4450
    • 提供者:李小龙
  1. md5

    0下载:
  2. MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的散列算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。 将数据(如汉字)运算为另一固定长度值,是散列算法的基础原理,MD5的前身有MD2、MD3和MD4。 -MD5 Message-Digest Algorithm 5 (Information- Digest algorithm 5), is used to ensure comple
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:3767
    • 提供者:zhangyi
« 12 3 »
搜珍网 www.dssz.com