搜索资源列表
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
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
- 利用Java对DES算法的加密和解密,需要的转载!-Java on the DES algorithm using encryption and decryption, reproduced in need!
Senior.Java.code.encryption.decryption.algorithm.r
- Java高级加密解密算法设计代码Senior Java code for encryption and decryption algorithm -Senior Java code for encryption and decryption algorithm
net
- 很强的Java加密解密算法源码,很不错的加密算法哦!-Strong encryption and decryption algorithms Java source code, very good encryption algorithm Oh!
Java
- Java加密解密算法源码 比较简单,给初学者参考-Java source code encryption and decryption algorithm is relatively simple reference for beginners
Encryptionanddecryptionalgorithmsourcecode
- 很强的Java加密解密算法源码,适合新手-Strong Java source code encryption and decryption algorithm
Java-encryption-technology
- 这里我们主要描述Java已经实现的一些加密解密算法,最后介绍数字证书-Here we describe the Java has been achieved mainly some encryption and decryption algorithms, digital certificates Finally,
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
Java(ChinaSEI)
- 此文件为参考性文档,内部包含了常用加密解密算法的实现案例,涉及加密算法包括RAS,DES等-This document is informative document contains internal encryption and decryption algorithms commonly used to achieve cases involving encryption algorithms, including RAS, DES, etc.
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>