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

搜索资源列表

  1. SignatureDemo

    0下载:
  2. 实现数字签名,首先用MD5对要发送的文件进行摘要,产生MD5码,然后将文件和摘要一同发送给对方进行验证,若两次的摘要相同,则说明文件在发送过程中没有被篡改,反之,篡改了。-Realize digital signature, first for sending in MD5 documents are the, produce the MD5 yards, then will file and the send to each other together for verification, i
  3. 所属分类:CA program

    • 发布日期:2017-04-05
    • 文件大小:1925
    • 提供者:hello
  1. ARM

    0下载:
  2. MD5即Message-Digest Algorithm 5,用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(也可称为摘要算法、哈希算法),用vc++语言实现-The MD5 Message-Digest Algorithm 5 is used to ensure complete and consistent information transmission. Digest algorithm (also called hash algorithm), implemented vc+
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1886578
    • 提供者:zhangyuan
  1. CryptTools

    0下载:
  2. 原创,MD5 SHA1 的摘要算法比较。 可以用来做网络数据完整性分析。-Original, and MD5 SHA1 digest algorithm comparison. Can be used to do analysis of network data integrity.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:197899
    • 提供者:yansword
  1. dsa

    0下载:
  2. DSA数字签名算法 包括MD5,sha1的信息摘要算法。文件导入功能-DSA Digital Signature Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:3805370
    • 提供者:陈凡
  1. digest

    0下载:
  2. MD5,SHA-1信息摘要查看工具,信息安全实验的,平台vc++6.0-MD5, SHA-1 Information Summary View tool, information security experiment platform vc++6.0
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-26
    • 文件大小:4689510
    • 提供者:jimieaaa
  1. Signature-6

    0下载:
  2. 包括两个部分:数字签名和签名认证。密钥采用des加密。通过md5获取数字摘要。然后用rsa签名/认证。-Consists of two parts: digital signature and signature authentication. Key using des encryption. Through the md5 access to digital paper. Then use the rsa signature/certification.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:355734
    • 提供者:小许
  1. Practical-digital-signature

    11下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对通信内容进行计算,获得一个固定长度的信息摘要; (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-11-02
    • 文件大小:1383424
    • 提供者:丁元元
  1. md5string

    0下载:
  2. md5算法源代码,c源代码,MD5消息摘要算法。开源-This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. * This code is in the public domain do with it wha
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3783
    • 提供者:王毅
  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:833536
    • 提供者:杨成伟
  1. RSAaDESaMD5_JAVAtest

    0下载:
  2. 对称/非对称密码技术、信息摘要技术等简单题例-DES RSA MD5 java test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:11427
    • 提供者:cfer
  1. Lab3

    0下载:
  2. 使用OpenSSL来实现MD5消息摘要,做一个消息摘要-Create Message Digest
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:696
    • 提供者:徐少云
  1. Encryption

    0下载:
  2. 包含摘要加密算法MD5,对称加密算法DES、Triple DES,AES,RC2,非对称加密算法RSA等加密、解密算法的实现-include MD5, DES,Triple DES,AES, RC2,RSA,and so on
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:101101
    • 提供者:damon
  1. Utils

    0下载:
  2. JDK6支持的加密和摘要算法,包括AES、DES、DSA、RSA、ECC、SHA、MD5、MAC等,以及Base64、BCD等,此处为其各个对应的工具和测试类。-Encryption and digest algorithm JDK6 support, including AES, DES, DSA, RSA, ECC, SHA, MD5, MAC, as well as Base64, BCD, etc., where its tools and test each corresponding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1761112
    • 提供者:lanfog
  1. md5_code

    0下载:
  2. md5算法.MD5的全称为Message-Digest Algorithm 5,即消息摘要算法第五版,是当前计算机领域用于确保信息传输完整一致而广泛使用的散列算法之一-md5 algorithm
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2564
    • 提供者:张莉明
  1. task

    0下载:
  2. 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定文件,并用公
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-30
    • 文件大小:19456
    • 提供者:Iamanong1995
  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
« 1 2 3 4 5 6 7 8»
搜珍网 www.dssz.com