搜索资源列表
kenel_crypto
- 内核加解密算法 加解密函数库及其使用说明,详见附件。 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,b
des3_ECBandCBC
- 这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
des
- 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式;
DES.rar
- DES的加密算法,基于五种方式的实现,分别是CBC,ECB,CFB,OFB,CTR,DES encryption algorithm, based on the realization of five ways, namely CBC, ECB, CFB, OFB, CTR
des-cbc.rar
- des的C语言版本,带自检程序。ecb模式实现。,des of the C language version, with self-test procedures
ECB
- 通过输入参数可以分别实现ECB,CBC模式下的加密和解密。-Parameters can be achieved by entering the respective ECB, CBC mode encryption and decryption.
aes
- aes加密算法,c语言编写,ECB的加密方式-aes encryption algorithm, c language, ECB mode encryption
scrypt32.src
- 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.
jiami
- 应用加密算法和认证技术.ECB模式和CBC模式的加密过程.有两种模式的加密源代码和课程设计报告。-Application of encryption algorithms and authentication techniques. ECB mode and CBC mode encryption. There are two modes of encryption source code and program design report.
encryptionmode
- 加密模式 ECB CBC CFB OFB-ECB CBC CFB OFB encryption mode
des
- 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
DES
- 可以实现CBC和ECB的DES加密解密算法的matlab程序- A matlab program which can decrypt and crypt the DES algorithm in CBC and ECB mode
DES
- DES加密源码,cbc ecb模式,强力推荐-DES encryption source code, cbc ecb mode, strongly recommended
encrpy
- ECB/CBC/CTR/OFB/CFB加密解密-ECB/CBC/CTR/OFB/CFB encryption, decryption algorithm.
AES
- AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the C51, ARM and PC, there Keil,
AES
- 图像加密 五种加密方式 ECB CBC CFB CTR OFB-Image Encryption five encryption ECB CBC CFB CTR OFB
des
- DES/3DES 算法实现,支持ECB CBC OFB等模式-DES/3DES algorithm
ECB-CBC-CFB-OFB
- Aes算法的基本原理以及五种工作模式的基本构造与原理-The basic principle of Aes algorithm and the basic structure and principle of the five working modes
DES
- 该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 dir
aes_ecb_cbc
- 实现了aes128位加密的ecb和cbc模式,能在Linux上运行。(The ECB and CBC mode of aes128 bit encryption is implemented and can run on Linux.)
