搜索资源列表
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
- 可运行于51单片机上的3DES程序,仅占用RAM约80BYTE,但占ROM3K多一点-51 single-chip can be run on the 3DES procedures, only using RAM about 80BYTE, but accounted for little more than ROM3K
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
- 3des的VC++算法的实现,是我在网上找的!我觉得很实用-3des of VC++ algorithm, that I find online! I find it very useful
3DES
- 使用java实现加密算法3des的加密以及解密-3des encryption algorithm using the java implementation of encryption and decryption
3des-for-c
- c语言实现3des加密解密的C源程序,包括c和.h文件-c languge for 3des
3DES
- Implementation of 3DES algorithm (encrypt/decrypt)
3DES
- 1、实现des、3Des 、mac加解密算法 2、使用C++实现(1, to achieve DES, 3Des, MAC encryption and decryption algorithm 2, using C++ implementation)
3des
- Linux下c语言实现DES和3DES算法(Linux under c language, DES and 3DES algorithm)
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
C++实现3Des算法
- 用Visual C++实现3DES加密算法(C++ implementation of 3DES algorithm)