CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 字符串 加密 JAVA

搜索资源列表

  1. Rot13.java

    0下载:
  2. 循环位移算法ROT-13,既输入的字符串的每个字符后移13位加密,在移13位解密.-displacement cycle algorithm ROT - 13, both input string of characters after each shift 13 encryption, the shift 13 declassified.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:ximing
  1. MD5Code

    0下载:
  2. md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4.24kb
    • 提供者:satanest
  1. aaa

    1下载:
  2. 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-06-06
    • 文件大小:711byte
    • 提供者:耿颖颖
  1. AES-Crypto-SN-Generator

    1下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:749.77kb
    • 提供者:harris
  1. sha

    0下载:
  2. 字符串的求SHA1的HASH值,加密,SHA1,-String HASH, encryption SHA1
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1.96kb
    • 提供者:
  1. EncriptionWithJava

    0下载:
  2. 系统要和一个外部系统进行通讯,传输方式是采用 DES 算法对消息进行加密,再用 BASE64 编码。不过对方系统是用 C# 写的。平台不一样,于是我和对面的老兄先测试一下加密解密。这一测试问题就来了。两边采用同样的密钥,对同一个字符串加密出来的结果不一样。-Encription and discr iption with Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1.33kb
    • 提供者:Vincent
  1. Myaes

    0下载:
  2. AES加密解密 文件加密 字符串加密 有加密过程-AES encryption and decryption a string encryption file encryption encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5.08mb
    • 提供者:寒舍夜话
  1. aes-java-128bit

    0下载:
  2. 能对aes字符串进行加密解密.基于128位。已经测试!-Aes encryption can decrypt the string. Based on 128-bit. Has been tested!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8.09kb
    • 提供者:cai
  1. java-des

    0下载:
  2. des加密解密算法,通过DES加密解密实现一个String字符串的加密和解密.-des encryption and decryption algorithm, DES encryption and decryption to implement a String string encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1.66kb
    • 提供者:罗延平
  1. MD5

    0下载:
  2. MD5 JAVA加密算法,很方便,只需要传入一个字符串就能返回加密后的字符串-MD5 JAVA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:722byte
    • 提供者:huangwenwei
  1. encode

    0下载:
  2. 用java实现的简单的异或加密算法,有界面支持,可以设置加密字符串!-With the java implementation of a simple XOR encryption algorithm, interface support, you can set the encryption string!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:7.08kb
    • 提供者:meiming
  1. rsa

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3.21kb
    • 提供者:韦健
  1. java-jiami

    0下载:
  2. java字符串加密解密,编写成文档,复制到IDE中运行即可看到效果-java string encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:59.25kb
    • 提供者:uniqye
  1. DESEncrypt

    0下载:
  2. java源码对字符串加密,解密。很简单的解决思路-java source string encryption and decryption. A very simple solution ideas
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:299.03kb
    • 提供者:夏波
  1. JAVA_MD5

    0下载:
  2. java 语言实现的 MD5 加密方法 只是加密 没有对应解密 加密方法需传入字符串 返回一个字符串 /* * 加密方法 * 调用方式: * MD5 md = new MD5() * String code = md.toDigest("加密参数") * code就是加密后的密文 */-MD5 Encryption for java EE
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:2.38kb
    • 提供者:yao
  1. Md5

    0下载:
  2. 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
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:3.5kb
    • 提供者:gpudn24
  1. MD5-JAVA

    0下载:
  2. MD5加密算法java版本,组要用于加密字符串、文件-MD5 encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.04kb
    • 提供者:wujiahon
  1. java源程序破解安卓手机九宫格加密

    0下载:
  2. 用来破解安卓手机的图形加密的java源程序,非常好用,稍后我将上传获取用于破解的手机中加密后的字符串的方法,只需将字符串加入源码中,即可运行程序破解
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-11-14
    • 文件大小:607byte
    • 提供者:bububububu
  1. LDDRSA

    0下载:
  2. Java实现RSA算法对图像加密(通过base64类将图像转换成可加密的字符串)-Java realize RSA algorithm for image encryption (via base64 class image converted into an encrypted string)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:10.37kb
    • 提供者:刘丹丹
  1. Andrews-string-encryption-JAVA.

    0下载:
  2. 安卓 字符串加密 安卓通过JNI调用C语言进行加密,实现加固 -Andrews string encryption JAVA.
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1.12mb
    • 提供者:qiruixvan
« 12 »
搜珍网 www.dssz.com