Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - SHA1
Search - SHA1 - List
DL : 0
SHA-1的算法源码,输入一段用户名,输入该用户名的HASH码
Update : 2008-10-13 Size : 11643 Publisher : eric

DL : 0
SHA-1 algorithm implemented in C.
Update : 2008-10-13 Size : 5272 Publisher : Sir G

DL : 0
SHA1算法的C实现 比较适用于一些微控制器加密处理
Update : 2008-10-13 Size : 1088 Publisher : 陈诚

DL : 0
科信客户关系管理系统源码 这个是我第一次有VS2003+Mssql做的一个简单客户管理系统 主要功能有: 录入客户 我的意向 我的保护 我的合同 工作日志 公司搜索 添加用户 意向客户 保护客户 合同管理 用户管理 日志管理 DB_51aspx下为数据库文件,附加后请修改data.cs中的Sql连接字符串并编译(默认:Data Source=(local) Initial Catalog=CRMS User ID=sa Pwd=sa) 默认管理帐号/密码:admin/51aspx,测试帐号/密码:test/51aspx 密码采用SHA1加密 注意:该项目为VS2003转换到VS2005
Update : 2008-10-13 Size : 840505 Publisher : 王岩

DL : 0
vc++下的程序,可以计算文件或字符串的sha1值。用两个类SHA1Ex和SHA1实现这个功能。代码很详细,细看就明白了
Update : 2008-10-13 Size : 2889625 Publisher : 赵冲

DL : 0
一些常用编码,加密算法的c/c++代码,包括,base64,sha1,des,md5等
Update : 2008-10-13 Size : 23040 Publisher : klander

DL : 0
sha-1算法的Java实现,可以作为学习sha-1算法的实践参考文档。
Update : 2008-10-13 Size : 4410 Publisher : 木易

说明:支持标准MD5、SHA1、Inno密码、QQ密码、Serv-U密码。 支持多线程。 支持进度保存、读取。
Update : 2008-10-13 Size : 375287 Publisher : LIUBOSS

DL : 0
实现了多种加密解密、摘要算法库,包括rsa, sha1, tiger, md5等
Update : 2008-10-13 Size : 209170 Publisher : seo

DL : 0
用java实现的sha1加密算法,格式非常规范,标准的一个程序,注释很详细^_^-used to achieve the sha1 encryption algorithm, a very standardized format, a standard procedure, very detailed notes ^ _ ^
Update : 2008-10-13 Size : 4839 Publisher : 张建

DL : 1
安全加密算法sha-1,又方便的调用接口,可用于普通文件的加密-security encryption algorithm sha-1, convenient call interface can be used for document encryption
Update : 2008-10-13 Size : 96251 Publisher : 陈杰

包括 sha1 sha-224,sha-256,sha-384,sha-512 c++测试工具
Update : 2010-08-17 Size : 98060 Publisher : zhengrong117

各种加密算法,包括DSA,SHA1,MD5,等等。。。。
Update : 2010-09-14 Size : 300866 Publisher : hxd850615

很好的东西。希望大家看看
Update : 2011-03-11 Size : 251392 Publisher : 815551437@qq.com

对比MD5 SHA1 用,不区分大小写
Update : 2011-07-11 Size : 51016 Publisher : appletdev@126.com

Delphi2007 三方控件:Indy9(Delphi自带) 说明:   参考Php版飞信(http://sourceforge.net/projects/openfetion/)用Delphi实现了中国移动飞信2008协议的登录和发短信部分。其它功能并没有实现,不过在此基础上实现起来应该没有难度。   该程序为纯绿色软件,不写注册表,无需Dll文件和配置文件。   程序中用到的SHA1算法源码和TIEHttp控件均来源于网络,感谢二位作者。   使用之前请先注册一个飞信号。
Update : 2012-02-22 Size : 93545 Publisher : OOOOOOOOO

DL : 0
技术说明,还有RSA算法、HASH算法、MD5、sha1RSA等的C源码.-technical note, RSA algorithm, hash algorithm, MD5, sha1RSA the C source.
Update : 2024-05-19 Size : 91136 Publisher : 彭明

MD5/SHA-1摘要生成算法-MD5/SHA-1 Abstract Algorithm
Update : 2024-05-19 Size : 61440 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 : 2024-05-19 Size : 139264 Publisher : xf

王小云教授虽然已经破解了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 : 2024-05-19 Size : 388096 Publisher : 刘德小花
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 27 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.