搜索资源列表
3des源代码
- 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
FTP_linux
- 本设计实现了ftp的设计,使用了socket网络编程,ftp基于cs模式,包含客户端和服务端,可以实现上传、下载、删除、添加等各种功能,支持断点续传、多用户登陆、错误日志等功能。运行环境是linux,压缩包内含有源代码、使用说明、实验报告等,是学习linux和网络编程的上等材料。-This design enables the design of ftp, using the socket network programming, ftp cs-based model, including cl
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
Design_Pattern_Source
- 设计模式的源代码,包括了23种模式,非常不错-Design patterns source code, including a 23 model, very good
qtds
- C++模式设计-基于QT4开源跨平台开发框架源代码-C++ model design- QT4 based on open-source cross-platform development framework source code
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.
Design-Pattern-Of-CPP
- 用C++语言实现了所有的设计模式,源代码带有详细的注释。-C++ language with all the design patterns, source code with detailed notes.