搜索资源列表
RC4Cipher.java
- RC4Cipher 经典的RC4Cipher加密解密算法源代码-RC4Cipher classic RC4Cipher encryption and decryption algorithm source code
DESCipher.java
- DESCipher 经典的DESCipher加密解密算法源代码 java编程-DESCipher classic DESCipher encryption and decryption algorithm source code java programming
LFSRCipher.java
- LFSRCipher 经典的LFSRCipher加密解密算法源代码 JAVA编写-LFSRCipher classic LFSRCipher encryption and decryption algorithm source code for Java prepared
DESPlus
- DESPlus.java加密解密算法实现
java加密程序(DES)
- 通过运用JCE中的des算法来实现对文本的加解密。
用Java描述加密解密过程
- 加密解密算法
encrypt
- 常用的几个Java加密解密算法,包括DES,SHA等-des,sha encrypt and decrypt
securit
- AES,DES,RSA,SHA1四个加密解密算法。-AES,DES,RSA,SHA1
JAMIJIEMI
- 一个很好用的Java加密解密算法,测试通过,直接解压就可以用!-a good use of the Java encryption and decryption algorithm, the test directly extract can use!
Playfair
- playfair加密解密算法 其中i与q绑定在一起希望大家能够喜欢-Playfair encryption and decryption algorithms and q which i hope that we can bind together like
Monoalphabetic
- 单表加密算法、单表解密算法实现的简单示例-implementation of monoalphabetic encryption and decryption
FileEncrypter
- 三重DES加密解密算法,可以加密解密各种文件,有界面源码-Triple DES encryption and decryption algorithms, encryption and decryption can be a variety of document, source interface
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,
DES-java
- 利用Java对DES算法的加密和解密,需要的转载!-Java on the DES algorithm using encryption and decryption, reproduced in need!
Java
- Java加密解密算法源码 比较简单,给初学者参考-Java source code encryption and decryption algorithm is relatively simple reference for beginners
java-des
- des加密解密算法,通过DES加密解密实现一个String字符串的加密和解密.-des encryption and decryption algorithm, DES encryption and decryption to implement a String string encryption and decryption.
des-java
- 用java 实现的des加密解密算法过程文档含源码-java des achieve
File Manager
- java 命令行文件管理:创建、删除、加密解密、压缩、重命名
java_DES加密解密源码
- Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>