搜索资源列表
AES候选算法,安全性高于3DES而速度快过DES
- AES候选算法,安全性高于3DES而速度快过DES-candidate for AES, 3DES and safe to speed faster than DES
3des源代码
- 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
3DES加密算法源代码
- DES加密源代码,用3DES加密算法。 加密强度高,到目前为止,还无人能够破解!-DES encryption source code, using 3DES encryption algorithm. Encryption strength, so far, no one can break!
3Des-arithmetic
- 整理3des算法,采用C++类实现,便于移植-finishing 3des algorithm, using C realized, facilitate transplantation
3des-VHDL
- 3des的VHDL实现,适用于quartus环境-3des VHDL applicable to the environment quartus
3DES
- 3DES 算法实现,VC,BCB 调试通过。
3des.3DES加密演示程序,有加密,解密演示
- 3DES加密演示程序,有加密,解密演示,需要输入KEY,3DES encryption demo program, there are encryption, decryption presentation, need to enter KEY
des-linux-1.0.tar.gz 3DES加解密C源码
- 3DES加解密C源码,32位。内带makefile。以验证可用,3DES encryption and decryption C source, 32. Within the band makefile. Can be used to verify
3Des.rar
- 采用3des进行加密的源代码,经过验证的,已经在我的系统中使用,这是个测试例子,The use of 3DES for encryption source code, proven, and has been used in my system, this is a test example
3DES
- 在VC平台上调试成功,实现了3DES算法,可以成功对数据进行3DES的加密和解密-VC platform debugging in the success of the realization of the 3DES algorithm, can be successfully 3DES data encryption and decryption
3Des
- 本源码可以利用3Des算法进行加密、解密,比较简单易行,只是不太完善,在学习密码编程的同学可以-The source 3Des algorithm can make use of encryption, decryption, relatively simple, but not perfect, studying at the password can look at the Student Programming
3des
- 3des加解密算法实现, 3des加解密算法实现,3des加解密算法实现-3DES encryption algorithm, 3des encryption algorithm, 3des encryption algorithm
3DES
- 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
3des
- 3des算法..按作业要求编写..希望对作业的同学有所帮助,.代码比较简明易懂-3DES algorithm in accordance with operational requirements .. .. hope to work to prepare students help. Code relatively easy to understand
3DES
- 本程序实现了3DES算法加密解密过程,无论是学习还是应用,都是一个不错的程序,希望对大家有所帮助-This procedure achieved a 3DES encryption and decryption process of algorithm, whether it is learning or the application of the procedures are a good, hoping to help all of you! ! !
3des
- 3DES 算法的实现,实现3DES算法的源码和程序-3DES source code 3DES source code 3DES source code
3des
- 实现3DES加密解密的系统。。。应用密码学课程设计-complete 3des encrypt and desencrypt
3des-for-c
- c语言实现3des加密解密的C源程序,包括c和.h文件-c languge for 3des
3DES
- Implementation of 3DES algorithm (encrypt/decrypt)
3des
- 本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C lan