Welcome![Sign In][Sign Up]
Location:
Search - DES sha1

Search list

[OS programkenel_crypto

Description: 内核加解密算法 加解密函数库及其使用说明,详见附件。 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
Platform: | Size: 139861 | Author: xf | Hits:

[Crack Hack949327266

Description: 准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了CRC校验功能,For Delphi还增加了对DeDe的Anti代码,在代码中给出了在NT/2000/XP下关闭计算机的函数。 增加了MD2、MD3、SHA1、SHA256、SHA384、SHA512、HAVAL128、HAVAL160、HAVAL192、HAVAL224、HAVAL256、GOST、TIGER128、TIGER160、TIGER192、RIPEMD128、RIPEMD160、CRC32、CRC32B、ADLER32多种算法-prospective algorithm module combines DES, 3DES, AES, RSA, MD5, BlowFish. TEA, RC6 algorithm standards for the integration of the algorithm package, At the same time the use of the module Anti-Debug and procedures since the checksum function (related to the shell and software CRC 32), software usage restrictions and better protect your software. The module is the author of the algorithm in detail each call, users can meet their own needs to choose. Is temporarily given in VB, VC, Delphi development of the three languages of the call, other languages can call methods and access to our contacts, can see examples of specific procedures; Update DLL is likely to be those who break the replacement of the loopholes, and the shell DLL, an increase of CRC function, For Delphi also added to the Anti
Platform: | Size: 234448 | Author: 马克 | Hits:

[CSharpC#MD5加密SHA1加密DES加密

Description: 用C#实现了MD5,SHA1和DES三种加密的方法。
Platform: | Size: 34307 | Author: happyday1799@163.com | Hits:

[Crack Hacklibgringotts-1[1].2.1

Description: libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy to use, the entire line regulation C language storehouse, at first is the Gringotts development. Its goal is the data seal in an encryption and in the compression document. It uses the encryption algorithm ((RIJNDAEL 12.8/256, million SERPENT, TWOFISH, CAST256, SAFER, LOKI97, uses in 3DES which encrypts, as well as Hasche function SHA1 and RIPEMD-160) guarantee the data to be as far as possible safe, and the permission user to all uses encryption, the Hasche function and the compression algorithm has the complete control.
Platform: | Size: 160768 | Author: 薛某某 | Hits:

[Documentsdes

Description: 技术说明,还有RSA算法、HASH算法、MD5、sha1RSA等的C源码.-technical note, RSA algorithm, hash algorithm, MD5, sha1RSA the C source.
Platform: | Size: 91136 | Author: 彭明 | Hits:

[Communication智能卡研发技术与工程实践

Description: 智能卡研发技术与工程实践 --------------------文件内容说明------------------------- Calg_SHA1.h : SHA1算法头文件 Calg_SHA1.CPP : SHA1算法代码文件 MD5.h : MD5算法头文件 MD5.CPP : MD5算法代码文件 Calg_DES.H : DES算法头文件 Calg_DES.CPP : DES算法代码文件-smart card technology research and engineering practice-------------------- Note contents of the documents----- Calg_SHA1.h : SHA1 algorithm headers Calg_SHA1.CPP : SHA1 algorithm code document MD5.h : MD5 algorithm headers MD5.CPP : MD5 algorithm code Calg_DES.H document : DES algorithm headers Calg _DES.CPP : DES algorithm code documents
Platform: | Size: 8192 | Author: 张强 | Hits:

[OS programkenel_crypto

Description: 内核加解密算法 加解密函数库及其使用说明,详见附件。 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
Platform: | Size: 139264 | Author: xf | Hits:

[Windows DevelopSHA1Gen1

Description: 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
Platform: | Size: 32768 | Author: 小白 | Hits:

[Crack Hack949327266

Description: 准算法模块是集DES、3DES、AES、RSA、MD5、BlowFish、TEA、RC6等标准算法为一体的算法包,同时在模块中使用了Anti-Debug和程序自校验功能(涉及到软件的加壳和CRC32)、软件使用次数限制,更好的保护您的软件。在模块中作者给出了每种算法详细调用方法,使用者可以根据自己的需要来进行选择。现暂时给出在VB、VC、Delphi三种开发语言中的调用方法,其他语言的调用方法可与我们联系获得,具体可以参看例子程序;现更新DLL可能被破解者替换的漏洞,并对DLL进行了加壳,增加了CRC校验功能,For Delphi还增加了对DeDe的Anti代码,在代码中给出了在NT/2000/XP下关闭计算机的函数。 增加了MD2、MD3、SHA1、SHA256、SHA384、SHA512、HAVAL128、HAVAL160、HAVAL192、HAVAL224、HAVAL256、GOST、TIGER128、TIGER160、TIGER192、RIPEMD128、RIPEMD160、CRC32、CRC32B、ADLER32多种算法-prospective algorithm module combines DES, 3DES, AES, RSA, MD5, BlowFish. TEA, RC6 algorithm standards for the integration of the algorithm package, At the same time the use of the module Anti-Debug and procedures since the checksum function (related to the shell and software CRC 32), software usage restrictions and better protect your software. The module is the author of the algorithm in detail each call, users can meet their own needs to choose. Is temporarily given in VB, VC, Delphi development of the three languages of the call, other languages can call methods and access to our contacts, can see examples of specific procedures; Update DLL is likely to be those who break the replacement of the loopholes, and the shell DLL, an increase of CRC function, For Delphi also added to the Anti
Platform: | Size: 234496 | Author: 马克 | Hits:

[Crack Hacklibavutil

Description: 一些常用编码,加密算法的c/c++代码,包括,base64,sha1,des,md5等-Some commonly used encoding, encryption algorithm c/c++ Code, including, base64, sha1, des, md5, etc.
Platform: | Size: 22528 | Author: klander | Hits:

[Crack HackHMAC-SHA1

Description: 比较好的代码,可以进行HMAC运算,大家看看啊-Relatively good code, can be HMAC computation, let us look at ah
Platform: | Size: 16384 | Author: Tracy | Hits:

[JSP/Javasecurit

Description: AES,DES,RSA,SHA1四个加密解密算法。-AES,DES,RSA,SHA1
Platform: | Size: 56320 | Author: 胡斌 | Hits:

[Crack HackCrypt_Decrypt_C

Description: 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。-Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA1, MD4, MD5 BASE64, there are other algorithms.
Platform: | Size: 1216512 | Author: 王同 | Hits:

[Crack Hacksha

Description: 字符串的求SHA1的HASH值,加密,SHA1,-String HASH, encryption SHA1
Platform: | Size: 2048 | Author: | Hits:

[Crack HackWinEncAndDec

Description: 規格: Key產生規則為密碼內容進行sha1後補上四個0做為Triple DES key IV值為密碼內容進行sha1後,前8個byte 加密結果以BASE64格式輸出 如果加解密發生錯誤, 應顯示中文化錯誤訊息-Specifications: Key generated content rules sha1 password supplied in the four 0 values as a Triple DES key IV sha1 password content, the first 8 byte encryption results in BASE64 format output error occurs if the encryption and decryption should be displayed in the culture Error message
Platform: | Size: 67584 | Author: Willie Huang | Hits:

[Crack Hackjiamisuanfa

Description: 内含:Singletable ,SHA1,RSA,RC4,MD5,LSB,IDEA,ELGAMAL,DES,CAESAR,AES, 希望对大家有用 -Includes: Singletable, SHA1, RSA, RC4, MD5, LSB, IDEA, ELGAMAL, DES, CAESAR, AES, we hope be useful
Platform: | Size: 72704 | Author: 王辉 | Hits:

[Crack Hackmychat

Description: 使用mfc编程实现了一个网络聊天工具。该工具具有加解密功能,分为客户端和服务器端。用到了rsa,des,sha1安全算法。-Mfc programming using an online chat tool. The tool has the encryption and decryption functions, divided into client and server side. Used in the rsa, des, sha1 security algorithms.
Platform: | Size: 53591040 | Author: wanyihan | Hits:

[CA authRSA-AES-SHA1-DES

Description: 四种加密算法C++实现。 AES,RSA,SHA1,DES-Four kinds of encryption algorithms implemented in C++. AES, RSA, SHA1, DES
Platform: | Size: 22528 | Author: lmi | Hits:

[Crack Hackxyssl_0.9.orig.tar

Description: 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)
Platform: | Size: 202752 | Author: 白木行久 | Hits:

[Crack Hackencrypt

Description: RC4,sha1,des,aes算法加密解密,Python语言实现(Encryption and decryption)
Platform: | Size: 436224 | Author: 巧克力麦片 | Hits:
« 12 »

CodeBus www.codebus.net