搜索资源列表
CBC-DES
- 这是一个密码学实验的程序,主要是根据CBC和DES算法进行加密数据
S_DES加密解密程序
- 按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and t
复件 DES_and_3DES_and_CBC optimized 2
- DES 实现 包括 纯DES 3DES 和 CBC-DES achieve pure including 3DES and DES CBC
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,tw
CBC_cry
- des cbc加密的一个演示C++。net编的,数据加密课的作业程序 -des cbc encryption C of a demonstration. Net series, data encryption class operating procedures
des&aes
- aes加密与des加密(包括三重des加密与cbc工作模式)-aes encryption and des encryption (including triple-des encryption and cbc mode)
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.
DESandCBC
- DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
DES_BMP
- 利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
3DES_Encryption
- 3DES算法是增强型的DES算法,使用128位密钥长度, CBC模式使用反馈机制的分组密码使用模式.-3DES algorithm is enhanced by DES algorithm, the use of 128-bit key length, CBC mode of use of a feedback mechanism password usage patterns.
DES-PIC-CBC
- DES加密方法加密BMP图像,CBC方式实现。-DES encryption methods encryption BMP image, CBC way.
CBC-DES
- 这是一个密码学实验的程序,主要是根据CBC和DES算法进行加密数据-This is an experimental procedure Cryptography is based on the CBC and the DES algorithm to encrypt data
des
- 使用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
des_1
- 实现des加密的功能,包括有des的基本代码,以及ecb、cbc两种加密功能!没有界面~-Des realize the function of encryption, including des have the basic code, and the ecb, cbc two encryption! No interface ~
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
des-cbc
- des的C语言版本,带自检程序。ecb模式实现。-des of the C language version, with self-test procedures
DES
- des cbc mode for vc 6
DES
- DES加密源码,cbc ecb模式,强力推荐-DES encryption source code, cbc ecb mode, strongly recommended
ecb+cbc+des
- 应用ECB和CBC两种操作模式分别完成DES(Two modes of operation, ECB and CBC, are applied to complete the DES)