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

搜索资源列表

  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 identification. I am here to create a soft
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:50008
    • 提供者:杨飞
  1. sha256

    0下载:
  2. SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4927
    • 提供者:zoulijun
  1. sha源码

    0下载:
  2. sha源代码-sha source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-28
    • 文件大小:105472
    • 提供者:
  1. SHA-1

    1下载:
  2. SHA-1加密算法源代码.具有完整的加解密过程,性能比较好-SHA-1 encryption algorithm source code. With complete encryption and decryption process, the performance is better
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-05-07
    • 文件大小:31410
    • 提供者:朱利
  1. DataSecure

    1下载:
  2. sha-512,sha-256,等的C实现,内附 官方参考和整理参考.包括最流行的md5 算法源码 sha512是最新版本的美国国家安全局所设计的算法.本代码支持任意大小的字符串或文件(<2GB,可以改到4GB,8GB...).-sha-512, sha-256, such as the C to achieve, enclosing the official reference and collate reference. including the most popular s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:375398
    • 提供者:jkl
  1. sha256.java

    0下载:
  2. Sha256 Algorithm. The SHA hash functions are a set of cryptographic hash functions designed by the National Security Agency (NSA) and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Secure Hash Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:3274
    • 提供者:patataman
  1. MD_SDK

    0下载:
  2. C++源码实现完整讯息摘要类别加解密方法,包函MD4 - both 128 bits and 256 bits, MD5, RIPEMD-128, RIPEMD-160, RIPEMD-256, RIPEMD-320, SHA-1, SHA-256, SHA -384, SHA-512, HAVAL SERIES及BASE 64-C++ source code to achieve a complete summary of categories of message encryption an
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:33269
    • 提供者:william
  1. aescrypt2-1.0

    0下载:
  2. This the code for implementation of AES using SHA-256 as hashing algorithm.-This is the code for implementation of AES using SHA-256 as hashing algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-27
    • 文件大小:25912
    • 提供者:Sneha
  1. sha_core

    0下载:
  2. sha码生成电路,包括测试和仿真环境。 sha码生成电路,包括测试和仿真环境。-sha code generator, include test and simulation scr ipt。
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:134999
    • 提供者:谢云松
  1. SHA

    0下载:
  2. A code for Secure Hashing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1635
    • 提供者:Avijit
  1. sha1

    0下载:
  2. SHA 1算法软件,代码很全,能运行,界面不错-SHA 1 algorithm software, the code is full, can run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3531524
    • 提供者:毛辉
  1. sha1

    0下载:
  2. sha-1消息摘要算法c++代码,用于数字签名时将消息加密成固定长的密文。-sha-1 message digest algorithm c++ code, when used for digital signatures into fixed-length messages encrypted ciphertext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:2524
    • 提供者:张 陶
  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 base SHA-256 - random-digit gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:94137
    • 提供者: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 base SHA-256 - random-digit gen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:131481
    • 提供者:Andrey
  1. crisscross-latest.tar.tar

    1下载:
  2. CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:501491
    • 提供者:Mike
  1. HASH-code-implementation-using-VHDL

    0下载:
  2. implementation for Secure Hash Algorithm 1 SHA-1 in vhdl language contain no test file.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:13862
    • 提供者:waleed
  1. SHA_256

    0下载:
  2. 用java代码来实现SHA-256的加密算法-SHA-256 encryption algorithm java code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:3710
    • 提供者:panda
  1. sha1_unittest

    0下载:
  2. SHA 256 Hash String Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1780
    • 提供者:cangbiucei
  1. intel-sha-extensions_1

    0下载:
  2. Intel SHA-1和SHA-256汇编代码实现,非常高效。需要使用Intel 自己的ICC编译器编译。VC2010尚不支持。-Intel SHA-1 and SHA-256 Assemble code. High Performance. Must use Intel ICC compiler to compile then
  3. 所属分类:assembly language

    • 发布日期:2017-03-25
    • 文件大小:13228
    • 提供者:sunmike2002
  1. cuda-sha-256

    0下载:
  2. 非常好用的基于cuda的md5代码,cuda是基于GPU的编程语言,利用cuda的并行性可提高运算破解效率,但随着cuda版本的不断更新,编程环境需要自身搭建,代码需要读懂后根据版本的更新进行简单的调试。- Very good md5 code based on cuda, cuda is a programming language based on GPU, using cuda parallelism can improve the operation efficiency of cr
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:8675
    • 提供者:kobe
« 12 »
搜珍网 www.dssz.com