搜索资源列表
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.
rc5-72cbc
- rc5-72在cbc模式下的加密和解密程序,可以直接运行得到结果-rc5-72 in cbc mode encryption and decryption procedures, can be directly operating results
sdestt
- S-DES的编程实现 S-DES的加密使用8位明文和10位密钥做为输入,产生8位的密文做为输出。加解密使用相同的密钥。要求:采用CBC模式对文本加解密 1.对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 2.输出:产生密文文本或明文文本 3.提供:说明文档,源码,可执行程序,通过加密实验,给出运行结果. 4.提交分析雪崩效应文档:相同密钥下明文改变任一位时密文的位差异情况 相同明文下密钥改变任一位时密文的位差异情况-S-DES
modes
- 1. 分析ECB模式和CBC模式的加密过程。 2. 用程序设计语言将算法过程编程实现。 3. 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。
aes-1.0.6.tar
- aesutil是一个小型的库和命令行程序,可以使用Rijndael算法在CBC模式下加密和解密数据-aesutil is a small library and command line procedures, Rijndael algorithm can be used in CBC mode encryption and decryption of data
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.
main
- DES加密算法 实现了bmp图片加密 采用的是最简单的CBC模式-DES encryption algorithm used in the bmp image encryption CBC mode is the simplest
(Clanguage)
- CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
cbcecbjiami
- 了解密码算法的分组链接模式。 掌握和理解ECB模式、CBC模式的结构和算法原理。 -Understanding of the sub-cipher mode link. Grasp and understanding of ECB mode, CBC mode of the structure and algorithm.
DES
- 加密解密算法,在CBC模式下的DES算法。代码都有备注,希望对大家有用哦。-Encryption and decryption algorithm in CBC mode of the DES algorithm. Note the code are, I hope all of you, oh useful.
AESHash
- 基于AES加密算法的Hash散列生成器,采用CBC模式,能产生一个文件的HMac散列值-Hash-based AES encryption algorithm hash generator, using CBC mode, can produce a hash value of file HMac
CBC
- 用DES算法的cbc模式加密图片,密码学课程实验-DES cbc mode with encryption algorithms pictures, cryptography course experiment
CBC-S-DES
- CBC模式--S-DES 实现 简单DES算法CBC模式的实现 C++环境-CBC mode--S-DES implementation
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-cbc
- 实现aes在CBC模式下的加密解密,对于初学ARS的人来说是很好的资料,代码简单易懂-Aes encryption and decryption in CBC mode, is a good information for the beginner ARS, easy-to-understand code
descbc工程
- des算法cbc模式。比较详细简单。有注释。(CBC mode of Des algorithm. Detailed, simple and annotated.)
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.)
aes_ecb_cbc
- 实现了aes128位加密的ecb和cbc模式,能在Linux上运行。(The ECB and CBC mode of aes128 bit encryption is implemented and can run on Linux.)