当前位置:
首页 资源下载
搜索资源 - DES implementation code
搜索资源列表
-
0下载:
功能: 实现DES加密算法的加密解密功能 */
/*- */
/*-说明:des算法的实现代码 */
/*- 能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口 */
/*- 进行数据的加密,保证数据在传送过程的安全性 */
/*- */
/*- */
/*-该程序的所有权利由作者保留 *
-
-
0下载:
在原作者Jim Gillogly代码的基础上修改优化,并实现C++改写。实现了DES加密。当然,密钥可在源文件中修改,或提供修改的接口函数。-the originator Jim Gillogly code revision on the basis of optimization, and to achieve C rewritten. Implementation of DES encryption. Of course, the key in the source documents ch
-
-
0下载:
DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
-
-
1下载:
此课件是基于FPGA的加密芯片设计实例,DES的FPGA实现,包括DES加密算法简述,DES的伪代码描述,设计流程,运算电路模型设计,算法程序设计
-The courseware is based on the FPGA chip design example of encryption, DES for FPGA implementation, including the DES encryption algorithm briefly, DES pseudo-code descr ipt
-
-
0下载:
加密解密源程序,计算机安全课程设计,实现DES,3DES,AES加密解密,界面友好,操作简单-Encryption source code, computer security program design, implementation, DES, 3DES, AES encryption and decryption, user-friendly, simple operation
-
-
0下载:
源码包含DES的实现、弱密钥检测、3圈DES差分攻击三个功能,包含一个详细的说明文档-Source code contains the implementation of DES, weak key detection, differential attack three laps DES three features, including a detailed Detailed documentation
-
-
0下载:
可以实现des的功能,c++编写。
DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,其算法主要分为两步:
1
-
-
0下载:
DES算法,用c++实现。从文件读入明文,将密文写入文件。所有源码齐备,保证测试通过。-DES algorithm, using c++ implementation. Read from a file into the plaintext, the ciphertext to write the file. All source code in place, ensure the test.
-
-
0下载:
des加密算法的c++实现,很好的代码,适用于 windows环境下的c++语言-des encryption algorithm c++ implementation, a good code, for windows environment c++ language
-
-
0下载:
java 实现des加密算法的源代码 其中注意这里只有代码,可实现加密-des encryption algorithm java implementation source code in which attention is here only a code encryption can be realized
-
-
0下载:
DES的硬件实现,可以扩展为3DES,附加一个很到的实验报告,源码简单。-DES hardware implementation, can be extended to 3DES, attach a report to the experiment, a simple source code.
-
-
0下载:
Here is a simple implementation of DES in C. Very easy to understand code with a lot of test data to verify the algorithm.-Here is a simple implementation of DES in C. Very easy to understand code with a lot of test data to verify the algorithm.
-
-
0下载:
DES加密算法基本功能Java实现源程序
DES加密算法基本功能Java实现源程序.zip-DES encryption algorithm source Java implementation of the basic functions of the basic functions of the DES encryption algorithm is implemented in Java source code
-
-
0下载:
简单的des加密的实现 vc6.0 代码纯手工编写 很简陋的东西 提供参考与交流-Simple encryption implementation des vc6.0 very simple code written by hand for reference and exchange things
-
-
0下载:
Des 加密算法代码 的 简单的一种实现 -Des algorithm code simply an implementation of
-
-
0下载:
DES的MFC实现完整代码,是完全代码,可对应用程序进行加解密-The complete code for the MFC implementation of DES, is the complete code for encryption and decryption application
-
-
0下载:
实现des加密芯片的设计与实现,包括了源代码,加解密设计。-DES encryption chip design and implementation, including source code, encryption and decryption design.
-
-
0下载:
it is a simple Btree code
-
-
0下载:
DES加密解密的实现代码,包括源代码和可执行程序,对于学习DES的同学有一定参考价值。-DES encryption and decryption of implementation code, including source code and executable programs, for students to learn DES have some reference value.
-
-
0下载:
DES实现代码,其中包含测试用例和相应的测试结果截图-DES implementation code, which contains test cases and test results corresponding screenshot
-