搜索资源列表
sdestt
- S-DES的编程实现 S-DES的加密使用8位明文和10位密钥做为输入,产生8位的密文做为输出。加解密使用相同的密钥。要求:采用CBC模式对文本加解密 1.对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 2.输出:产生密文文本或明文文本 3.提供:说明文档,源码,可执行程序,通过加密实验,给出运行结果. 4.提交分析雪崩效应文档:相同密钥下明文改变任一位时密文的位差异情
desfunc
- 传输资料加解密,再以非对称式加密法中...Data Encryption Standard (DES) algorithm,Fast ...经Triple DES CBC 演算法对私密金钥做加密或解 密.使用者可从网站下载NCNUCA的凭证产生程式,自行产生-data transmission encryption and decryption, with non-symmetric encryption method ... Data
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
TripleDes算法de实现
- 之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。-Before, I in a project development process,
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
CipherAlgorithm
- 主要内容:DES加密算法,里面采用CBC和EBC两种加密结构,实行分组加密。-main elements : DES encryption algorithm, and they used EBC two CBC encryption, and carrying out the packet encryption.
CBC_cry
- des cbc加密的一个演示C++。net编的,数据加密课的作业程序 -des cbc encryption C of a demonstration. Net series, data encryption class operating procedures
DES-PIC-CBC
- DES加密方法加密BMP图像,CBC方式实现。-DES encryption methods encryption BMP image, CBC way.
edcode
- 使用DES+CBC的加密解密程序,实现可以选择4/16迭代的不用加密解密强度-Use DES+ CBC for encryption and decryption process, the realization can choose 4/16 iterative encryption and decryption do not have the strength
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
- DES加密算法的VHDL实现,采用流水线技术实现-The VHDL implement of DES encrypt algorithmic
Desalgorithm
- DES加解密算法程序。包括DES、DES-CBC、3DES、3DES-CBC等算法。-DES algorithm for encryption and decryption process. Including DES, DES-CBC, 3DES, 3DES-CBC algorithm and so on.
des-cbc
- des的C语言版本,带自检程序。ecb模式实现。-des of the C language version, with self-test procedures
DES
- des cbc mode for vc 6
CBC-S-DES
- CBC模式--S-DES 实现 简单DES算法CBC模式的实现 C++环境-CBC mode--S-DES implementation
DES
- DES加密源码,cbc ecb模式,强力推荐-DES encryption source code, cbc ecb mode, strongly recommended
DES-CBC
- des-cbc,webpages,maybe be helpful!-des in cbc mode, maybe be helpful!
C++ 利用openssl实现DES的CBC模式加解密
- C++ 利用openssl实现DES的CBC模式加解密(C++ uses OpenSSL to implement CBC mode encryption and decryption of DES)