Welcome![Sign In][Sign Up]
Location:
Search - ECB CBC 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:

[Crack Hackdes

Description: 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式;
Platform: | Size: 60361 | Author: huqiuping | 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:

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

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

[Crack Hackscrypt32.src

Description: The dinamyc link library that contains an implementation of SHA1, SHA512, CRC32, CRC32b, Adler32, Twofish, TEA[N] algorithms and ECB, CBC, CFB, OFB, CTR cipher modes.
Platform: | Size: 17408 | Author: LamiaD69 | 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 Hackdes

Description: DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
Platform: | Size: 8192 | Author: chen | Hits:

[Crack Hackencrpy

Description: ECB/CBC/CTR/OFB/CFB加密解密-ECB/CBC/CTR/OFB/CFB encryption, decryption algorithm.
Platform: | Size: 5120 | Author: yao | Hits:

[Crack HackAES

Description: 图像加密 五种加密方式 ECB CBC CFB CTR OFB-Image Encryption five encryption ECB CBC CFB CTR OFB
Platform: | Size: 6144 | Author: NiaLee | Hits:

[Crack HackBlowfish

Description: 河豚(blowfish)加密算法 拥有CBC CFB ECB 加密模式-Fugu (blowfish) encryption algorithm has CBC CFB ECB encryption mode
Platform: | Size: 17408 | Author: sxl | Hits:

[Crack HackECB-CBC-CFB-OFB

Description: Aes算法的基本原理以及五种工作模式的基本构造与原理-The basic principle of Aes algorithm and the basic structure and principle of the five working modes
Platform: | Size: 351232 | Author: 陈建军 | Hits:

[Finance-Stock software systemaes_des

Description: AES DES 算法 实现 xcbc cmac ecb cbc ofb cfb pcbc ctr -AES, DES algorithm XCBC cmac ECB CBC ofb CFB PCBC CTR
Platform: | Size: 70656 | Author: suse | Hits:

[Software Engineeringsecurty

Description: Use either C++ or C# to encrypt and visualize an Image using ECB , CBC , CFB , OFB and CTR DES modes. -Use either C++ or C# to encrypt and visualize an Image using ECB , CBC , CFB , OFB and CTR DES modes.
Platform: | Size: 86016 | Author: programmer | Hits:

[JSP/JavaAES

Description: 使用ECB,CBC,CFB,OFB,CTR五种模式进行AES加密解密-AES mode ECB,CBC,CFB,OFB,CTR
Platform: | Size: 4096 | Author: li | Hits:

[Windows Develop59564363AES

Description: 此压缩包中为AES加密算法源代码,包含ECB,CBC,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (State); ShiftRow (State); MixColumn (State); AddRoundKey (State, RoundKey) } FinalRound (State, RoundKey) { ByteSub (State); ShiftRow (State); AddRoundKey (State, RoundKey) })
Platform: | Size: 6144 | Author: hzw_wx | Hits:

[Crack HackDES

Description: 该DES加密器实现了一重DES的五种加密模式,即ECB、CBC、CFB、OFB、CRT。 为了减小文件长度,已删除了Debug目录,解压缩后可以自行编译生成。(The DES encrypt implements five encryption modes of a heavy DES, namely, ECB, CBC, CFB, OFB, and CRT. In order to reduce the length of the file, the Debug directory has been deleted, and it can be compiled and generated by itself after the decompression.)
Platform: | Size: 57344 | Author: 曦凡 | Hits:

[Home Personal applicationQtAES-v2.0

Description: 使用C++语言和Qt框架,基于Rijndael算法开发了AES加密软件和。 AES加密/解密软件支持8位、16位和32位密钥以及CBC、ECB、CFB三种加密/解密模式。 界面友好,可以方便地实现跨平台,数据处理迅速。 本项目使用git进行项目管理。(Using the C++ language and the Qt framework, the AES encryption software is developed based on the Rijndael algorithm. AES encryption / decryption software supports 8 - bit, 16 - bit, and 32 - bit keys and three encryption decryption modes of CBC, ECB, and CFB. The interface is friendly and can be easily implemented across the platform, and the data processing is rapid. this project uses git for project management.)
Platform: | Size: 2809856 | Author: FLHonker | Hits:
« 12 »

CodeBus www.codebus.net