搜索资源列表
C-DES
- 使用C语言实现密码学DES加密和解密,使用密码反馈模式 CFB模式-The use of C language implementation of cryptography DES encryption and decryption, feedback mode using a password CFB mode
NEDCCA_ns-2_2S
- 在NS2仿真软件源码(2.28)下,实现802.11E的增强分布式协调接入机制(EDCAA,包含CFB模式),TKN开发,具有公信力。无论是仿真验证,还是据此做改进算法都十分适合。 -NS2 simulation software source code (2.28), to achieve 802.11e enhanced distributed coordination access mechanism (EDCAA contains the CFB mode), the TKN dev
ddpm-gidaspow-drag
- DDPM DRAG GIDASPW 2D RSIER SIMULATION FOR ITS HYDRODYNAMICS IN CFB
59564363AES
- 此压缩包中为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 (Sta
AES
- 基于DES五种加密,电码本模式(Electronic Codebook Book (ECB));2.密码分组链接模式(Cipher Block Chaining (CBC));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ECB).Cipher
ZI_Lab3
- TEA/XTEA algorithm in CFB mode with encryption of bitmaps