Welcome![Sign In][Sign Up]
Location:
Search - cfb

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:

[ExploitLibrary_of_Cryptographic

Description: a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.-a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.
Platform: | Size: 388055 | Author: 刘永 | Hits:

[OtherCalculate1

Description: 密码学算法的实现,包括得到大随机数,CFB、ECB、lehmann算法的实现。-cryptography algorithm implementation, including access to large random number, CFB, and the ECB, LEHMANN algorithm implementation.
Platform: | Size: 2474 | Author: 李风 | Hits:

[Crack HackCFBlxp

Description: 加密作业,des分组模式中的CFB模式,根据《密码编码学和网络安全》一书-encryption operations, a mode des CFB mode, "Cryptography learn and network security," a book
Platform: | Size: 31121 | Author: 朱酷磊 | Hits:

[Crack HackCFB

Description: 程序是在vc++平台上实现的des算法,能对任何大小的文件进行加密。加密的模式是CFB。
Platform: | Size: 109478 | Author: 方慧 | Hits:

[Crack HackCFBlxp

Description: 加密作业,des分组模式中的CFB模式,根据《密码编码学和网络安全》一书-encryption operations, a mode des CFB mode, "Cryptography learn and network security," a book
Platform: | Size: 30720 | Author: 朱酷磊 | Hits:

[Software EngineeringCFBforDCS

Description: 电厂循环流化床锅炉的DCS控制系统 一个完整的DCS软件组态系统-CFB boiler plant DCS control system a complete DCS software configuration system
Platform: | Size: 8192 | Author: dfp | Hits:

[Crack HackCFB

Description: 程序是在vc++平台上实现的des算法,能对任何大小的文件进行加密。加密的模式是CFB。-Procedures are in vc++ Platform to achieve the des algorithm, can be of any size file encryption. Encrypted mode is CFB.
Platform: | Size: 658432 | Author: 方慧 | Hits:

[Algorithmcfb

Description: 一个自己编写简单的程序,实现乘法表的打印。-I have written a simple procedure, realize print multiplication table.
Platform: | Size: 5120 | Author: 叶观金 | Hits:

[OtherDES_CFB

Description: 基于CFB模式的DES算法的实现,控制台输出,只需修改main中的加密密钥和加密内容即可-CFB mode of DES-based algorithm, the console output, just modify the main encryption key and encrypted content can be
Platform: | Size: 187392 | Author: 李洪昌 | Hits:

[Crack Hackdes

Description: 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式; -The use of DES algorithm can specify the use of DES, 2DES or 3DES algorithm can arbitrary file encryption and decryption, encryption, named after the file extension. Des, you can specify the use of ECB, CBC, CFB, OFB, CTR arbitrary a model
Platform: | Size: 60416 | Author: huqiuping | Hits:

[OtherCYPTO

Description: 介绍分组密码的工作模式,包括CBC,OFB,CFB,ECB-Introduced the block cipher mode of operation, including the CBC, OFB, CFB, ECB
Platform: | Size: 198656 | Author: 李为 | Hits:

[Crack HackDES_LAST

Description: DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algorithm own function, run the end of display system efficiency. This source code fully qualified for curriculum design, even if it is also just graduated from design to improve a little. Welcome you to download!
Platform: | Size: 325632 | Author: maowu | Hits:

[File FormatAES_DES_Workmode

Description: 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。-Symmetric/block ciphers are generally divided into stream encryption (eg, OFB, CFB, etc.) and block encryption (such as ECB, CBC, etc.). For streaming encryption, block cipher needs to be translated into the work flow model. The encryption block (or block cipher), If you want to encrypt the data block size more than on the need to involve filling and chain encryption mode, the text referred to, such as ECB and CBC encryption mode refers chain. This paper will be introduced the AES symmetric encryption/packet encryption/stream cipher and the ECB, CBC, CFB, OFB and CTR mode in five symmetric encryption.
Platform: | Size: 382976 | Author: 王纪 | Hits:

[Windows DevelopC-DES

Description: 使用C语言实现密码学DES加密和解密,使用密码反馈模式 CFB模式-The use of C language implementation of cryptography DES encryption and decryption, feedback mode using a password CFB mode
Platform: | Size: 8192 | Author: jackli | Hits:

[CA authDES

Description: DES的加密算法,基于五种方式的实现,分别是CBC,ECB,CFB,OFB,CTR-DES encryption algorithm, based on the realization of five ways, namely CBC, ECB, CFB, OFB, CTR
Platform: | Size: 58368 | Author: 白风 | Hits:

[Crack Hackencryptionmode

Description: 加密模式 ECB CBC CFB OFB-ECB CBC CFB OFB encryption mode
Platform: | Size: 2048 | Author: gongm | Hits:

[Crack Hackcryptography

Description: 网络安全中的几种重要的加密算法, CBC,CFB, message digest, etc.-important cryptography algorithm in network security, like CBC, CFB, message digest, etc.
Platform: | Size: 7168 | Author: Hechen Liu | Hits:

[File Formatamplifier-(CFB)

Description: 本教程将详细介绍两种基本运算放大器的拓扑结构(电压反馈(VFB)与电流反馈(CFB)),并 说明其差异。图1中再次列出了基本电压反馈运算放大器和增益公式。-This tutorial will introduced two kinds of basic topology structure of the operational amplifier ((VFB) voltage feedback and current feedback (CFB)), and Explain the differences. Figure 1 lists the basic voltage feedback operational amplifier again and gain formula
Platform: | Size: 291840 | Author: 闻隽 | Hits:

[Windows DevelopZI_Lab3

Description: TEA/XTEA algorithm in CFB mode with encryption of bitmaps
Platform: | Size: 263168 | Author: FeralNova | Hits:
« 12 3 4 »

CodeBus www.codebus.net