搜索资源列表

  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. 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. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  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. 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. 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. javaencode

    0下载:
  2. Java加密技术 pdf版,内容介绍BASE64、MD5、SHA、HMAC几种方法,主要描述Java已经实现的一些加密解密算法,最后介绍数字证书。-Java encryption technology PDF version, introduction BASE64, MD5, SHA, HMAC several methods, describes some of the Java has achieved encrypt, decr
  3. 所属分类:加密解密

    • 发布日期:2024-05-16
    • 文件大小:611328
    • 提供者:spacebroke
  1. SecurityUtil

    0下载:
  2. java加密算法工具类,集成了常用加密算法,包括MD5、SHA、DES、HMAC、Base64等-the java encryption algorithm tools, integration of commonly used encryption algorithms, including MD5, SHA, DES, HMAC, Base64
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:黄仕强
  1. shamd5

    0下载:
  2. md5,sha,hmac等多种密码算法(MD2/MD5/SHA/SHA256/SHA384/SHA512,HmacMD5/HmacSHA/HmacSHA256/HmacSHA384/HmacSHA512)-md5, sha, hmac other cryptographic algorithms (MD2/MD5/SHA/SHA256/SHA384/SHA512, HmacMD5/HmacSHA/HmacSHA256/HmacSHA38
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:4096
    • 提供者:程序员
  1. Java

    0下载:
  2. java的一些加密代码(BASE64,MD5,SHA,HMAC,DES等)-Some encryption code java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:458752
    • 提供者:无名
  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