搜索资源列表
des
- 如何用java的des算法加密解密,使用的是bcb模式。
javax
- 源码内容介绍:用vb实现DES加解密算法(二)--加密. ... 用vb实现快速傅立叶变换 · 用VB实现DES加解密算法(一)--定义 · 用vb实现DES加解密算法(二)--加密 · 用vb实现DES加 ...
SingleKeyExample
- 这是用JAVA编写的一个小小的加密程序,解释如何利用DES私钥加密算法加解密
Des_for_JAVA
- DES加密算法,java版本.加密解密参考代码.
securit
- AES,DES,RSA,SHA1四个加密解密算法。-AES,DES,RSA,SHA1
lab1
- 提供JAVA源码,加密解密4种算法,AES, DES ,RSA ,SHA-1,-Provide JAVA source, four kinds of encryption algorithm, AES, DES, RSA, SHA-1,
DesEncrypt
- 关于Des加密解密的算法,采用java语言编写。-About Des encryption and decryption algorithms, using java language.
qiu_networksecurity_project1
- 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com
DES
- 用java编制的DES加密、解密算法。加密十六位-Java prepared with DES encryption, decryption algorithm. Encryption 16
DES
- 实现对文件的加解密,采用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 supp
DES
- JAVA 写的 DES 算法加密/解密。-java des
DES
- DES的加密和解密算法。功能很强大,可以实现对容易长度的明文的加密-DES
des_java
- 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
Encrypt
- JAVA实现的文件加密.解密功能。DES,RSA算法集合-JAVA Implementation of file encryption and decryption functions. DES, RSA algorithm is a collection of
Des
- 使用java des算法对数据进行加密和解密-java encrypt/decrypt
key_DES
- 理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 -Understand the principles of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: DES, TripleDES, Blowfish DES encryption
DES
- 密码学、DES算法实现,纯java代码,能实现自动加密和解密,输入长度为9的数字-Cryptography, DES algorithm, pure java code, to achieve automatic encryption and decryption, digital input length of 9
DESencode
- DES的java版加密解密算法,自认为比较不错,导入直接运行-DES encryption and decryption algorithms java version
DES
- 通过编程实现DES算法, 理解对称加密和Feistel密码结构的基本原理, 掌握DES算法加解密的流程 实验要求 利用C++、 Java实现DES算法, 要求使用面向对象的方法, 分别实现文件的加密和解密方法、 密钥的生成方法。-Through the programming DES algorithm to understand the symmetric encryption and Feistel password structure of the basic principles,