Description: 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryption and decryption function; 2) the speed with the encryption and decryption functions of statistics; 3) Use of dense text links and feedback secret misappropriation short pieces of text processing technology. We know that procedures have encryption module, decryption modules for key generating modules, which constitute three modules DES algorithm. DES algorithm constitute 3DES, this is very simple, as long as add key can be reached. 3DES must also work in close link text feedback mode and the use of short text block secret misappropriation of technology. As for the speed of statistical functions properly achieved, divided by the length of documents with the processing time is the speed encryption and decryption. Platform: |
Size: 14336 |
Author:杨巍 |
Hits:
Description: DES算法的JAVA实现源代码,研究DES的朋友值得下载-DES algorithm to achieve the Java source code, research DES friends worth the download Platform: |
Size: 20480 |
Author:肖蔚 |
Hits:
Description: 本文首先分析了Java源代码需要加密的原因,简要介绍了DES算法及Java密码体系和Java密码扩展,最后说明了利用DES加密算法保护Java源代码的方法及步骤-This paper analyzes the Java source code encryption needs, briefed the DES algorithm and system password Java and Java code expansion Finally, we illustrate the use of DES encryption algorithm to protect the source code of Java methods and steps Platform: |
Size: 8192 |
Author:chensong |
Hits:
Description: 如何用java的des算法加密解密,使用的是bcb模式。-How to use the des algorithm java encryption and decryption, using BCB model. Platform: |
Size: 1024 |
Author:五 |
Hits:
Description: RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模-RSA, S-DES encryption algorithm, the realization of the encryption and decryption, using addition chains for large numbers of the index and modulus Platform: |
Size: 2048 |
Author:alonealone |
Hits:
Description: DES加解密原码,包含DES算法的详细实现过程,并且添加了方法参数的详细说明-DES encryption and decryption source, including DES algorithm realize the process in detail, and added a detailed description of method parameters Platform: |
Size: 3072 |
Author:yzh |
Hits:
Description: Des算法是一种标准的对称加密算法,其精华就是明文经过一系列的复杂变化后,一般在不知密码的情况下要把它的恢复很难。
算法可以由四个部分描述:
1.获取16个子密钥
2.初始置换置换函数ip
3.加密函数f
4.末置换函数
-Des Algorithm is a standard symmetric encryption algorithm, and its essence is clear after a series of complex changes in law, the general in the circumstances I do not know the password should be difficult to restore it. Algorithm can be described in four parts: 1. To obtain 16 sub-keys 2. The initial replacement replacement function ip 3. Cryptographic function f 4. At the end of displacement function Platform: |
Size: 180224 |
Author:wildkaede |
Hits:
Description: java,delphi,C#通用des算法delphi实现
需要TurboPower LockBox-java, delphi, C# General des algorithm delphi the realization of the need for TurboPower LockBox Platform: |
Size: 249856 |
Author:www |
Hits:
Description: 用JAVA语言实现DES算法。通过文件读取进行加密,密码由客户自行输入-JAVA language used DES algorithm. Read through the document is encrypted, the password input by the customer on its own Platform: |
Size: 46080 |
Author:liuby |
Hits:
Description: 实现对文件的加解密,采用DES算法(当然JAVA已经实现,我只调用了一下)。可以加密的文件类型不限,不支持文件夹加密-The realization of the document encryption and decryption using DES algorithm (JAVA course has been achieved, I can only call a moment). Can open the encrypted file type, folder does not support encryption Platform: |
Size: 338944 |
Author:asdtiang |
Hits:
Description: 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Java environment to achieve DES algorithm. Platform: |
Size: 28672 |
Author:nannan |
Hits: