搜索资源列表

  1. 基于SHA-256的HMAC文件校验器

    1下载:
  2. HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identificati
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:50008
    • 提供者:杨飞
  1. 基于SHA-256的HMAC文件校验器

    0下载:
  2. HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identificati
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:50176
    • 提供者:杨飞
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:388096
    • 提供者:刘永
  1. sha256_encrypt

    0下载:
  2. SHA 256 加密算法,比 MD5 更好的算法更好的算法,希望对大家有帮助-SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we hope to help
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:艾伦
  1. sha-1

    0下载:
  2. 用SHA算法实现对任意文件的hash摘要,并且把hash摘要值(至少为160bit)存入另一个文件,形如: hash inputfile hashvaluefile 说明:SHA算法的实现至少为160bit,或者可以选择256,384或者512的,可以查阅相关资料,按照标准来实现(hash的算法是否正确,可以和网上的标准算法对比,用相同的输入看是否能够得到相同的输出)控制台编程: int main(int argc,
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:Heyyou
  1. HMAC_SHA1

    0下载:
  2. VC++ Hmac-sha1加密的功能-VC++ Hmac-sha1
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:zou
  1. Downloads

    0下载:
  2. RFC 2104 的 SHA1 HMAC 标准库-SHA1 HMAC
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:zhang
  1. hmac.tar

    0下载:
  2. this an open source HMAC message authentication implementation in C language with secure hash algorithm SHA -this is an open source HMAC message authentication implementation in C language with secure hash algorithm SHA
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:enropin
  1. report

    0下载:
  2. report of project HMAC using SHA algorithm-report of project HMAC using SHA algorithm..
  3. 所属分类:软件工程

  1. HMAC-SHA

    0下载:
  2. hmac using SHA algorithm source code-hmac using SHA algorithm source code...
  3. 所属分类:CA认证

  1. hmac-sha256

    2下载:
  2. HMAC-SHA256 implementation
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:fredyu
  1. cwcli_src

    0下载:
  2. CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on bas
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:94208
    • 提供者:Andrey
  1. safecli_src

    0下载:
  2. CipherWall Client, code to work with sockets, sqlite database and CA realization: - RSA 2048-4096 bit - digit auth on RSA - 3-step cert auth - Blowfish in CFB mode (448 bit) - SHA-256 и SHA-512 - HMAC on bas
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:131072
    • 提供者:Andrey
  1. BASE64Java

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

    • 发布日期:2024-05-16
    • 文件大小:60416
    • 提供者:whalestudio
  1. Java-Encryption

    0下载:
  2. BASE64算法,MD5算法,SHA算法,HMAC算。 教程中包含上述几种算法的java实现方式。很详细。-BASE64 algorithm, MD5 algorithm, SHA algorithm, HMAC calculation. Tutorial contains the java implementation of several algorithms. Very detailed.
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:358400
    • 提供者:刘恒毅
  1. HMAC-SHA-1

    0下载:
  2. 利用HMAC-SHA-1算法生成加密消息摘要,长度可控制,语言C/C++ -The use of HMAC-SHA-1 algorithm to generate encrypted message digest, the length can be controlled, the language C/C++
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:21504
    • 提供者:Zn
  1. HMAC-SHA

    0下载:
  2. 包含HMAC,SHA1,SHA256,SHA384,SHA512的加密写法-Contains HMAC, SHA1 SHA256, SHA384, SHA512 encryption capitalization
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:1549312
    • 提供者:彭川
  1. HMAC

    0下载:
  2. 任何的mac算法都可以使用标准的hash功能,比如MD5或者sha-1,这种情况下,强度取决于hash功能,和最后的结果的比特串。密匙是关键。-HMAC is a message authentication code (MAC) and can be used to verify the integrity and authentication of a message. It involves hashing a message w
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:Vincent
  1. test_kdf256

    0下载:
  2. LTE密钥派生算法,HMAC-SHA-256-key derivation functon for LTE
  3. 所属分类:通讯编程

    • 发布日期:2024-05-16
    • 文件大小:13312
    • 提供者:Flynn
  1. HMac_SHA512_F

    0下载:
  2. SHA512、HMAC软件实现代码,VC++语言写的HMAC_SHA1和HMAC_SHA256算法。使用了脚本对象(SHA512, HMAC software code, VC++ language written in HMAC_SHA1 and HMAC_SHA256 algorithm. scr ipt object used)
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:睡袋
« 12 »

源码中国 www.ymcn.org