搜索资源列表
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
des&aes
- aes加密与des加密(包括三重des加密与cbc工作模式)
DES-PIC-CBC
- DES加密方法加密BMP图像,CBC方式实现。
CBC-DES
- 这是一个密码学实验的程序,主要是根据CBC和DES算法进行加密数据
des
- 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式;
复件 DES_and_3DES_and_CBC optimized 2
- DES 实现 包括 纯DES 3DES 和 CBC-DES achieve pure including 3DES and DES CBC
AES_DES_Workmode.rar
- 对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。,Symmetric/block ciphers are generally divided into stream encryption
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
DES
- des cbc mode for vc 6
DES_CBC
- this code implements the DES with CBC algorithm in the platform visual studio 2005
DES
- DES加密算法的VHDL实现,采用流水线技术实现-The VHDL implement of DES encrypt algorithmic
CBC-S-DES
- CBC模式--S-DES 实现 简单DES算法CBC模式的实现 C++环境-CBC mode--S-DES implementation
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
DES
- DES加密解密,使用CBC向量模式的DES加密解密程序-DES encryption and decryption, using the vector mode CBC DES encryption and decryption procedures
ecb+cbc+des
- 应用ECB和CBC两种操作模式分别完成DES(Two modes of operation, ECB and CBC, are applied to complete the DES)
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
C++ 利用openssl实现DES的CBC模式加解密
- C++ 利用openssl实现DES的CBC模式加解密(C++ uses OpenSSL to implement CBC mode encryption and decryption of DES)
CBC_DES
- 本程序采用CBC模式DES算法加密,运行CBCdes.exe后,显示提示信息: 加密文件输入1,解密文件输入2,退出输入3。(This program uses CBC mode DES algorithm to encrypt, running CBCdes.exe, display prompt information: Encrypt file input 1, decrypt file input 2, exit input 3.)