Welcome![Sign In][Sign Up]
Location:
Search - SHA1 decryption

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:

[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:

[OS programcrypt_0_03

Description: 实现了多种加密解密、摘要算法库,包括rsa, sha1, tiger, md5等-Realize a variety of encryption and decryption, digest algorithm library, including rsa, sha1, tiger, md5, etc.
Platform: | Size: 208896 | Author: seo | Hits:

[Crack HackMD5_SHA1

Description: 具有MD5和SHA1单向(哈希)函数算法加解密功能的小程序.-MD5 and SHA1 have a one-way (hash) function algorithm for encryption and decryption functions applet.
Platform: | Size: 3706880 | Author: 罗兰 | Hits:

[Crack HackTEST

Description: 关于加解密的签名算法,sha1源代码提供下载-On the encryption and decryption of the signature algorithm, sha1 source code available for download
Platform: | Size: 364544 | Author: huhanzhong | Hits:

[Crack HackHMAC-MD5

Description: HMAC — MD 5算法的硬件实现,可以对初学者有一定得帮助。-HMAC- MD 5 algorithm for hardware implementation
Platform: | Size: 179200 | Author: zhangchaoqi | 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 Hack01

Description: 字符串常用处理的实例大全(SHAI、MD5加解密等) 包括:HTML转换字符(Reverse)、加密、解密、SHA1加密、MD5加密、HTML反转字符等-Common examples of string processing Daquan (SHAI, MD5 encryption, etc.) including: HTML conversion character (Reverse), encryption, decryption, SHA1 encryption, MD5 encryption, HTML characters such as reverse
Platform: | Size: 14336 | Author: fqw765 | 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:

[Crack HackJS-SHA1

Description: 通过Java实现sha-1加密算法的加解密-By Java implementation sha-1 encryption and decryption algorithm
Platform: | Size: 2048 | Author: 小白 | Hits:

[CSharpCryptoHelper

Description: 加解密字符串类。包括不可逆:MD5,SHA1;可逆:DES,Rijndael-Encryption and decryption of string class. Including irreversible: MD5, SHA1 reversible: DES, the Rijndael
Platform: | Size: 3072 | Author: lee | Hits:

[OS programhash_rsa_calc

Description: 计算字符串或文件md5,sha1,sha256,sha384,sha512,crc32, RSA公私钥生成,加解密-To calculate string or the md5, sha1, sha256, sha384, sha512 of crc32, RSA public and private key generation, encryption and decryption
Platform: | Size: 1681408 | Author: 必须 | Hits:

[OS programQuickEncrypt

Description: 数据安全小工具,采用托盘图标、悬浮窗、鼠标拖拽、右键菜单的简单操作模式,提供文件、文本的加解密(RC4+AES)、Hash(MD5+SHA1)、安全擦除等功能。独有的“智能压缩”加密模式。-Data security gadget tray icon, floating window, drag the mouse, right-click menu of simple operating mode, file encryption and decryption of the text (RC4+AES), Hash (MD5+SHA1), security erase function. Unique " intelligent compression" encryption mode.
Platform: | Size: 7084032 | Author: zjz | Hits:

[CA authsha1

Description: 哈希函数加解密图片代码《喜欢的朋友下载吧,下完就能用的-Encryption and decryption picture code " hash function like friends download is finished will be able to use
Platform: | Size: 470016 | Author: LIYAN | Hits:

[.netstrManage_aspx1

Description: 包括:HTML转换字符(Reverse)、加密、解密、SHA1加密、MD5加密、HTML反转字符等字符串常用操作的实例-Including: HTML conversion character (Reverse), encryption, decryption, SHA1 encryption, MD5 encryption, HTML reversal character strings commonly used operating instance
Platform: | Size: 15360 | Author: sdfweio | Hits:

[Crack HackMD5-SHA1

Description: MD5和SHA1的加解密算法,已经做成了动态链接库(EncryptionAlgorithm工程),并且做了测试程序(EncryptionTest工程)-MD5 and SHA1 encryption and decryption algorithms, and has made a dynamic link library (EncryptionAlgorithm), and do a test the program (EncryptionTest Engineering)
Platform: | Size: 4609024 | Author: 黄星辰 | Hits:

[Crack HackSHA1Util

Description: SHA1加密算法java实现加密解密,可以给需要学习的同学使用-SHA1 encryption algorithm to achieve the java encryption and decryption, you can give the students need to learn to use
Platform: | Size: 1024 | Author: 刘舟 | Hits:

[Crack HackClass_SoftRSA

Description: 本代码提供了一个封装类,将OPENSSL提供的RSA1024加解密算法重新封装,简化输入输出参数,实现SHA1摘要、密钥导入导出、RSA签名、验证、加密、解密等基本功能,可直接引用到软件项目中使用,编译时另需要libeay32.lib的支持,请自行编译OPENSSL1.0.0b-This code provides a wrapper class, the OPENSSL provides the RSA1024 encryption algorithm to re package, simplify the input and output parameters, the realization of the basic functions of SHA1 abstract, key import and export, RSA signature, authentication, encryption, decryption, can directly refer to the use of software project, also need the support of libeay32.lib compile time, please compile OPENSSL1.0.0b
Platform: | Size: 4096 | Author: 陈卓 | Hits:

[File OperateSHA1_sample

Description: sha1 加解密范例,适合新手参考用 sha1 encryption and decryption examples, suitable for beginners reference-sha1 encryption and decryption examples, suitable for beginners reference
Platform: | Size: 5120 | Author: Jeff Tang | Hits:

[Crack Hackencrypt

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

CodeBus www.codebus.net