Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - SHA1
Search - SHA1 - List
实现了base64、SHA1、MD5相关类,简单易用!-base64、SHA1、MD5 classes
Update : 2024-05-19 Size : 10240 Publisher : 陆程枫

sha1_testbench.v -- Testbench with vectors NIST FIPS 180-2 sha1_exec.v -- Top level sha1 module sha1_round.v -- primitive sha1 round dffhr.v -- generic parameterizable D-flip flop library Performance Analysis Performance equation of core is frequency in MHz * (512bits/block) / (81 rounds/block). The cycle time is approximately 9.0ns for Xilinx xc2vp7-ff896-7 FPGA which results in 700 Mbps processing rate. Note: This calculation ignores the effect of a partially full last block Finally, Padding, HMAC, and bus interface functionality is not provided. These will vary with the particular system design. The core size is about 800 Xilinx Virtex II FPGA Family Slices. I welcome feedback on any aspects of this design.-sha1_testbench.v -- Testbench with vectors NIST FIPS 180-2 sha1_exec.v -- Top level sha1 module sha1_round.v -- primitive sha1 round dffhr.v -- generic parameterizable D-flip flop library Performance Analysis Performance equation of core is frequency in MHz * (512bits/block) / (81 rounds/block). The cycle time is approximately 9.0ns for Xilinx xc2vp7-ff896-7 FPGA which results in 700 Mbps processing rate. Note: This calculation ignores the effect of a partially full last block Finally, Padding, HMAC, and bus interface functionality is not provided. These will vary with the particular system design. The core size is about 800 Xilinx Virtex II FPGA Family Slices. I welcome feedback on any aspects of this design.
Update : 2024-05-19 Size : 6144 Publisher : sam

Xilinx XC2VP20 FPGAs. The complete SHA-1 chip Verilog source
Update : 2024-05-19 Size : 23552 Publisher : zoran wowa

Chatting Server-Client applications using the privacy algorithm Using techniques: SHA1, MD5, symmetric-key Algorithms-Chatting Server-Client applications using the privacy algorithm Using techniques: SHA1, MD5, symmetric-key Algorithms
Update : 2024-05-19 Size : 293888 Publisher : PhuongThao

DL : 0
sh1的C++算法实现,内容详尽、案例充分-good sha1 text written in c++
Update : 2024-05-19 Size : 55296 Publisher : 深圳

DL : 0
一个不依赖其它任何安全库的SHA1算法的实现,并且有三种调用方式,其中部分源码含有注释,本代码已被我用到金融方面的应用中。-ON划词翻译ON实时翻译 SHA1 algorithm to achieve a does not depend on any other security , and there are three kinds of call mode, part of source code contains the notes, this code has been used in the financial aspects of my application.
Update : 2024-05-19 Size : 3072 Publisher : 田元江

DL : 0
实现一款文档文件加密和签名的工具 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 | SHA3) for summary calculations 2, choose a symmetric key encryption algorithms or stream ciphers (DES | AES | RC4) 3. Select a public key signature algorithm (RSA | ECC), requires a separate key pair generation algorithm encryption mode 4, document file for CBC.
Update : 2024-05-19 Size : 833536 Publisher : 杨成伟

used to achieve the sha1 encryption algorithm, a very standardized format, a standard procedure
Update : 2024-05-19 Size : 108544 Publisher : wadim

DL : 0
Calculates md5 sha1 file hash, template hash, boot-aggreate hash.
Update : 2024-05-19 Size : 2048 Publisher : lshojg

DL : 0
ECDSA加入SHA1的Verilog實現,以system.v連結-ECDSA join SHA1 of Verilog implementation to system.v link
Update : 2024-05-19 Size : 5120 Publisher : sara kuo

Othersha
DL : 0
简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法 简单利用C语言实现sha1密码算法,此算法为hash算法,单向算法-Simply use C language sha1 cipher algorithm, this algorithm hash algorithm, the algorithm is simple way sha1 use C language implementation of cryptographic algorithms, this algorithm hash algorithm, one-way algorithm
Update : 2024-05-19 Size : 548864 Publisher : 耳东陈

DL : 0
软算法库其中包含了额SHA1 SHA256 3DES等开源的代码,其中只要为摘要运算和对称运算多种模式操作。-Soft algorithm library which contains the amount SHA1 SHA256 3DES and other open source code, which is a summary as long as arithmetic operations and symmetric multi-mode operation.
Update : 2024-05-19 Size : 2048 Publisher : xiaob

DL : 0
计算文件的SHA1 值的实现源码。 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不同的消息不会产生同样的消息摘要。-Secure Hash Algorithm (Secure Hash Algorithm) is mainly applied to the Digital Signature Standard (Digital Signature Standard DSS) which defines the Digital Signature Algorithm (Digital Signature Algorithm DSA). For the message length is less than 2 ^ 64 s, SHA1 produces a 160-bit message digest. When a message is received when the message digest can be used to verify the integrity of the data. During the transmission, the data is likely to change, then this time it will have a different message digest. SHA1 has the following features: You can not recover information the message digest two different messages do not produce the same message digest.
Update : 2024-05-19 Size : 3072 Publisher : johnxi

Glue code for the SHA1 Secure Hash Algorithm assembler implementation using Supplemental SSE3 instructions.
Update : 2024-05-19 Size : 2048 Publisher : brchwb

DL : 0
Calculates md5 sha1 file hash, template hash, boot-aggreate hash.
Update : 2024-05-19 Size : 4096 Publisher : hansinqei

DL : 0
密码学实验,集成MD5,SHA1,hill算法- Cryptography experiments, integrated MD5, SHA1, hill algorithm
Update : 2024-05-19 Size : 4159488 Publisher : 骆安明

DL : 0
Support for ATMEL SHA1 SHA256 HW acceleration.
Update : 2024-05-19 Size : 9216 Publisher : hglwmong

Buffer submit code for multi buffer SHA1 algorithm.
Update : 2024-05-19 Size : 3072 Publisher : febhsn

DL : 0
通过编程实现杂凑函数SHA-1,对该算法的设计有较好的认识。比较MD5和SHA-1算法的特点,体会SHA-1比MD5的复杂之处。-By programming the hash function SHA-1, the algorithm has a better understanding of the design. Feature Comparison MD5 and SHA-1 algorithm, SHA-1 complex experience than MD5' s place.
Update : 2024-05-19 Size : 129024 Publisher : merlot

DL : 0
Multi buffer SHA1 algorithm Glue Code.
Update : 2024-05-19 Size : 6144 Publisher : jingyaomen
« 1 2 ... 18 19 20 21 22 2324 25 26 27 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.