搜索资源列表
Rot13.java
- 循环位移算法ROT-13,既输入的字符串的每个字符后移13位加密,在移13位解密.-displacement cycle algorithm ROT - 13, both input string of characters after each shift 13 encryption, the shift 13 declassified.
mdio
- java实现MD5加密,用户输入要加密的字符串.程序处理后输出MD5值-java achieve MD5 encryption, user input to the encrypted string. Processing output value MD5
MD5Code
- md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
aaa
- 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
sha
- 字符串的求SHA1的HASH值,加密,SHA1,-String HASH, encryption SHA1
EncriptionWithJava
- 系统要和一个外部系统进行通讯,传输方式是采用 DES 算法对消息进行加密,再用 BASE64 编码。不过对方系统是用 C# 写的。平台不一样,于是我和对面的老兄先测试一下加密解密。这一测试问题就来了。两边采用同样的密钥,对同一个字符串加密出来的结果不一样。-Encription and discr iption with Java
Myaes
- AES加密解密 文件加密 字符串加密 有加密过程-AES encryption and decryption a string encryption file encryption encryption
aes-java-128bit
- 能对aes字符串进行加密解密.基于128位。已经测试!-Aes encryption can decrypt the string. Based on 128-bit. Has been tested!
java_MD5
- java的MD5加密类,可直接放在until中使用传进去的字符串返回 的是加密的内容-java MD5 CLASS
java-des
- des加密解密算法,通过DES加密解密实现一个String字符串的加密和解密.-des encryption and decryption algorithm, DES encryption and decryption to implement a String string encryption and decryption.
MD5
- MD5 JAVA加密算法,很方便,只需要传入一个字符串就能返回加密后的字符串-MD5 JAVA
RSA
- 基于RSA的公钥加密、利用java中的相关类实现对指定字符串的加解密、实现图形界面-Based on RSA public key encryption, the use of java in the relevant class to achieve the specified string encryption and decryption, to achieve graphical interface
encode
- 用java实现的简单的异或加密算法,有界面支持,可以设置加密字符串!-With the java implementation of a simple XOR encryption algorithm, interface support, you can set the encryption string!
rsa
- java实现的RSA算法,可对中文字符串加密,解密,因为加密前使用base64对需要加密的字符串进行编码-java implementation of the RSA algorithm, can Chinese string encryption, decryption, because the encryption of the former needs to be encrypted using base64 encoded string
java-jiami
- java字符串加密解密,编写成文档,复制到IDE中运行即可看到效果-java string encryption and decryption
DESEncrypt
- java源码对字符串加密,解密。很简单的解决思路-java source string encryption and decryption. A very simple solution ideas
JAVA_MD5
- java 语言实现的 MD5 加密方法 只是加密 没有对应解密 加密方法需传入字符串 返回一个字符串 /* * 加密方法 * 调用方式: * MD5 md = new MD5() * String code = md.toDigest("加密参数") * code就是加密后的密文 */-MD5 Encryption for java EE
MD5-JAVA
- MD5加密算法java版本,组要用于加密字符串、文件-MD5 encryption algorithm
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>