搜索资源列表
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.
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-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
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
- Md5.java是一个字符串加密算法类的代码文件,如果你在用JAVA开发一些应用,这个MD5算法类或许可以直接套用,代码中的关键部分带有注释,部分注释是英文的,不过认真看可以看懂。-Md5.java encryption algorithm is a string class code file, if you are developing some applications using JAVA, the MD5 algorithm may be directly applied to the
MD5-JAVA
- MD5加密算法java版本,组要用于加密字符串、文件-MD5 encryption algorithm
java源程序破解安卓手机九宫格加密
- 用来破解安卓手机的图形加密的java源程序,非常好用,稍后我将上传获取用于破解的手机中加密后的字符串的方法,只需将字符串加入源码中,即可运行程序破解
LDDRSA
- Java实现RSA算法对图像加密(通过base64类将图像转换成可加密的字符串)-Java realize RSA algorithm for image encryption (via base64 class image converted into an encrypted string)
Andrews-string-encryption-JAVA.
- 安卓 字符串加密 安卓通过JNI调用C语言进行加密,实现加固 -Andrews string encryption JAVA.