搜索资源列表
一个象棋的源代码(for CBC)
- 一个cbc下的象棋程序源代码,算法很强! 智能性很强!-a cbc the chess program source code, algorithm strong! Highly intelligent!
sdestt
- S-DES的编程实现 S-DES的加密使用8位明文和10位密钥做为输入,产生8位的密文做为输出。加解密使用相同的密钥。要求:采用CBC模式对文本加解密 1.对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 2.输出:产生密文文本或明文文本 3.提供:说明文档,源码,可执行程序,通过加密实验,给出运行结果. 4.提交分析雪崩效应文档:相同密钥下明文改变任一位时密文的位差异情况 相同明文下密钥改变任一位时密文的位差异情况-S-DES
CBC-AES
- aes cbc mode source code
pl0_old
- 一个PL0的原代码,用CBC开发,请铁更改-code of pl0,exploiture by cbc
rc_rnd
- Rijndael algorithm修正了CBC下BUG的版本(有源代码)工作在:D5。作者:Sergey Kirichenko。--Rijndael algorithm that has revised BUG version under CBC(with source code).It works in D5. author:Sergey Kirichenko。
mm
- 一个AES加解密工具,可以用指定的密码字符串加解密任意大小的文件。密钥长度128位,工作模式为CBC。算法比较原始,速度不快。另有演示AES加密过程的选项。程序为字符界面,支持命令行参数。开发环境为Code::Blocks 10.05(gcc 4.4.3)。此为某大密码学课程设计,仅供学习交流使用。-An Win32 console file encryption/decryption tool using the AES-128 CBC-mode algorithm.
DES_LAST
- DES完全自己实现!能对输入字符串或者选定实现CBC,CFB-1,-8,-64等模式。算法自带有效率检测函数,运行结束显示系统效率。此源代码完全胜任课程设计,就算是毕业设计也只需进行一点改进。欢迎大家下载!-DES to achieve fully their own! Able to enter the selected string or the realization of CBC, CFB-1,-8,-64, such as model. Efficient detection algo
encrypt.tar
- 简单加密工具升了下级,引入了安全删除原文件的方式,使用AES-128-CBC加密, 加密代码从OpenSSL里面抠出来。-Simple encryption tool or a lower level, the introduction of a safety way to delete the original document, using AES-128-CBC encryption, encryption code to pull out from inside OpenSSL.
hello
- 简单的cbc实例源代码 仅供初学者参考 适用版本C++ Builder 6.0-Cbc simple example of the source code only applies to versions of reference for beginners C++ Builder 6.0
DES_CBC
- this code implements the DES with CBC algorithm in the platform visual studio 2005
(Clanguage)
- CBC模式的DES加密解密程序源代码(C语言)-CBC mode DES encryption and decryption of the source code (C language)
CBC
- this the CBC code in java-this is the CBC code in java
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.
HexEditor
- 十六进制编辑器C++源码。里要有十分详细的注释。可安装为CBC 5.0的一个控件,直接使用。-C++ source code of HexEditor . Have very detailed comments.
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.
MyGOST
- GOST 28147-89, only ECB, CBC mods. I public this code for other students for study.
Encryption
- C#写的算法模拟,含有DES,RSA,密码模式等(CBC/ECB)等,但还有一部分没有完成。DES源代码自己用C++写的,已经编译成DLL文件,在此用C#自己调用的其中的函数。-C# to write the algorithm simulation, with DES, RSA, password mode (CBC/ECB) and so on, but some are not completed. DES own source code written in C++, have been
DES
- DES加密源码,cbc ecb模式,强力推荐-DES encryption source code, cbc ecb mode, strongly recommended
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