Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - SHA1
Search - SHA1 - List
DL : 0

Update : 2024-05-19 Size : 2340 Publisher :

libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。
Update : 2024-05-19 Size : 160704 Publisher :

DL : 0
SHa1,经典加密算法,时代之骄傲-SHa1, classical encryption algorithm, proud of the times
Update : 2008-10-13 Size : 3740 Publisher : 何勇

DL : 0
SHA-1加密算法-SHA-1 encryption algorithm
Update : 2008-10-13 Size : 2607 Publisher : 张杨

DL : 0
内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-cbc (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc6,serpent,twofish)-cfb struct cipher_implementation* ci中对应的可调用的method:encrypt_iv decrypt_iv encrypt decrypt 比如以des-cbc为find_cipher_by_name的参数得到的ci调用encrypt_iv,decrypt_iv. find_digest_by_name中参数digestname可取的值: sha1 md5 struct digest_implementation* di中对应的可调用的method:open update digest close hmac 计算digest时调用di->digest,计算hmac时调用di->hmac. 注意:加载我们需要的cipher-*.o和digest-*.o之前需先加载cryptoapi.o。 -core encryption and decryption algorithm encryption and decryption functions and their use, as detailed in the annex. Find_cipher_by_name cipher desirable parameter values to the following portfolio, dealing with different modes : (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - ecb ( des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, RC5, production, serpent, twofish) - cbc (des, des_ede3, Aes, blowfish, cast5, DFC, the idea, mars, production, the serpent , twofish) - Sample struct cipher_implementation ci * corresponding the available method : encrypt_iv decrypt_iv encrypt decrypt such as a des-cbc find_cipher_by_name parameters for the ci call encrypt_iv, decrypt_iv. find_digest_by_name digestname desirable parameter values : sha1 md
Update : 2008-10-13 Size : 139861 Publisher : xf

只包括两个核心文件sha1.cpp及sha1.h 计算数据的sha1摘要。简单,好用。 由于bit endian及little endian的原因,有些计算sha1摘要的算法计算出来的结果与正确结果有差异。此源码经过测试,与RFC里列出的测试结果匹配。-only two core document sha1.cpp sha1.h calculation and data sha1 Abstract. Simple and Easy. Because bit endian and little endian of reasons, some of the Abstract sha1 calculation algorithm and the result of differences in the correct results. This source tested, and the RFC to set out the test results match.
Update : 2008-10-13 Size : 12919 Publisher : 黄永昌

王小云教授虽然已经破解了sha1,但是sha1并不是由此就垮掉了,而是向着更多元、复杂的方向去发展,本文主要介绍了sha1在电子交易中的使用。-Bruce Schneier sha1 have cracked, but not from this sha1 collapse, but toward more yuan, complicated move in the direction of development, this paper introduces the sha1 in electronic transactions use.
Update : 2008-10-13 Size : 388848 Publisher : 刘德小花

DL : 0
加密算法SHA1的C语言实现示例,是一个C++类实现-The example of encryption arithmetic SHA1 using C program,which is a C++ class.
Update : 2008-10-13 Size : 4274 Publisher : 李力

DL : 0
用SHA1或MD5 对用户身份验证的简单实现,绝对可用!-use SHA1 or MD5 authentication of users to achieve a simple, absolutely available!
Update : 2008-10-13 Size : 3693 Publisher : allen

SHA1加密算法的vc++实现 SHA1加密算法的vc++实现-SHA1 encryption algorithm vc achieve SHA1 encryption algorithm v c SHA1 encryption algorithm to achieve the vc achieve SHA1 encryption algorithm to achieve the vc
Update : 2008-10-13 Size : 33302 Publisher : 小白

一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
Update : 2008-10-13 Size : 48832 Publisher : 甘荣

一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
Update : 2008-10-13 Size : 31732 Publisher : papaya

HMAC是密钥相关的哈希运算消息认证码,HMAC运算利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出(Using SHA1 for HAMC algorithms)
Update : 2024-05-19 Size : 27648 Publisher : ly0303521

VC /GCC 可以直接编译使用,包含 SSL ,SHA1,SHA2,MD2,MD4,MD5,AES,DES,BASE64,RSA,ARC4,BIGNUM,X509 不依赖各种库文件,可单独编译, 注意,0.93 版本,不是 0.8版本(VC / GCC can be compiled directly, including SSL, SHA1, SHA2, MD2, MD4, MD5, AES, DES, BASE64, RSA, ARC4, BIGNUM, X509 Do not rely on a variety of library files, can be compiled separately, Note that the 0.93 version is not version 0.8)
Update : 2024-05-19 Size : 202752 Publisher : 白木行久

DL : 0
实现sha1(128)杂散算法。输入为64bit,输出160bit。(Implementation of SHA1 (128) algorithm. The input is 64bit, and the output is 160bit.)
Update : 2024-05-19 Size : 1024 Publisher : shuli198349

DL : 0
SHA1Init(Context); SHA1Update(Context,@s[1],length(s)); SHA1Final(Context,Digest);(A binary compatible SHA1 implementation written by Dave Barton (davebarton@bigfoot.com) 160bit hash size)
Update : 2024-05-19 Size : 1024 Publisher : dwa_e

Laba1-PZZI
DL : 0
Draft calculation of the value of the hash function SHA1 (WinForm C++)
Update : 2024-05-19 Size : 13952000 Publisher : k1m1e1

DL : 0
Android地图开发需要获取SHA1,有了这个APP,轻松获取。(Get Application SHA1 for Android)
Update : 2024-05-19 Size : 1599488 Publisher : Gentleman1995

DL : 0
RC4,sha1,des,aes算法加密解密,Python语言实现(Encryption and decryption)
Update : 2024-05-19 Size : 436224 Publisher : 巧克力麦片

DL : 0
Secure Hash Algorithm
Update : 2024-05-19 Size : 16384 Publisher : mko0
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 27 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.