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

搜索资源列表

  1. encryptModule

    0下载:
  2. Java加密组件实现DES、RSA和SHA加密算法,实现了DESRSA和SHA加密给出统一的接口.-Java Encryption Component Implementation DES, RSA, and SHA encryption algorithm and SHA encryption to achieve the DESRSA give a unified interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:31048
    • 提供者:370
  1. md5

    0下载:
  2. md5加密的源码,对开发程序而言常用的!-md5 encryption source code, for development process in terms of commonly used!
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:2668
    • 提供者:哈哈
  1. MD5Str

    0下载:
  2. 字符串的加密与解密功能的java源代码类,可以自定义加密的字符。-String encryption and decryption function of java source code for classes, you can customize the encrypted characters.
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:682
    • 提供者:lzs
  1. Encrypt

    0下载:
  2. J2ME 环境下的简单加密程序,包括DES,light AES,blowfish-DES,light AES,blowfish
  3. 所属分类:J2ME

    • 发布日期:2017-03-31
    • 文件大小:28996
    • 提供者:刘生
  1. Java_MD5

    0下载:
  2. 分析了MD5加密算法和碰撞的原理,对目前常规MD5算法加密结果容易被破解的问题,利用JDK的ja-va.security包中的MD5算法给出了JavaBeans形式的变换算法,以期进一步减小破解时碰撞的概率,增强系统加密的安全性。-Analysis of the MD5 encryption algorithm and the collision theory, the current results of conventional MD5 algorithm for encryption ea
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:254679
    • 提供者:刘杰
  1. Java_wenjianbaohu

    0下载:
  2. 编译后的Java类文件很容易被反编译,在Java应用上会产生源代码的安全问题。该文对传统的Java类文件保护方法进行分析,在类加载器(ClassLoader)加密技术的基础上,提出一种使用JNI技术调用本地解密接13的改进方法。解密接口在设计上保证了JNI技术调用本地解密接口时的通信安全,从而提升了Java类文件的安全性。实验结果表明,该方法是有效的。-Compiled Java class files can easily be decompiled, in the Java applicat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1071428
    • 提供者:刘杰
  1. RSA-java

    0下载:
  2. java RSA非对称密钥加密,自己建个java项目就好了,也可以当成工具类-java RSA asymmetric key encryption, to build their own like a java project, and also as tools
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:2102
    • 提供者:chuen jane
  1. SSL

    0下载:
  2. SSL加密简单的服务端和客户端书写.希望对大家有所帮助-SSL encryption simple server and client written.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1327
    • 提供者:陈俊
  1. java-rsa

    0下载:
  2. java寫出來的rsa加密解密小程式提供給大家-java rsa encryption and decryption to write out a small program available to everyone
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:866
    • 提供者:leaf
  1. JavaApplication23

    1下载:
  2. 水印加密算法JAVA实现 采用FFT变化算法 实现起来很快-JAVA Implementation watermark encryption algorithm
  3. 所属分类:Graph program

    • 发布日期:2015-09-20
    • 文件大小:37420
    • 提供者:王张录
  1. md5

    0下载:
  2. MD5 签名算法在 jdk 中早已实现(如 MessageDigest 类), 出于稳定性考虑,此处直接展示如何用这个类将密码进行MD5加密。-MD5 signature algorithm has already achieved in the jdk (if MessageDigest class), for stability considerations, here directly show how this class will be MD5 encrypted password
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3574
    • 提供者:史韩
  1. signnature-DSA

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:10043
    • 提供者:
  1. Setup

    0下载:
  2. 如果你花大量时间开发一个Java软件,而别人只 需利用Java反编译工具进行反编译,就可以既轻松又清楚的看见你的源代码。如果你不想把你的代码公开,又害怕被别人反编译,请使用我们开发的《Java混淆器》。使用我们的《Java混淆器》,只需要选定目录后轻轻点一下执行按钮,就可以 自动加密源代码。-If you spend a lot of time to develop a Java software, while others simply use a Java decompiler decomp
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:984269
    • 提供者:hwei
  1. javaAES

    0下载:
  2. 使用java实现高级加密算法AES加密以及解密-Achieved using advanced encryption algorithm AES java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:200373
    • 提供者:CHen
  1. 3DES

    0下载:
  2. 使用java实现加密算法3des的加密以及解密-3des encryption algorithm using the java implementation of encryption and decryption
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:5826
    • 提供者:CHen
  1. jiami

    0下载:
  2. 一个java加密的程序,写的不错 -a secret program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:51374
    • 提供者:jack
  1. TestDES

    0下载:
  2. DES加密和解密的Java程序,已经调试成功了,可以放心使用-DES encryption and decryption of the Java program has been debugged, and is safe to use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:948
    • 提供者:ai
  1. AES

    0下载:
  2. AES算法的实现过程,实现了AES的加密和解密过程
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:39473
    • 提供者:jim
  1. FST

    0下载:
  2. 综合三种加密算法: 1.AES对称加密算法 2.RSA非对称加密算法 3.MD5消息摘要算法 实现类PGP的文件网络安全传输系统,附带系统运行用例说明书。-Composite of three encryption algorithms: 1.AES symmetric encryption algorithm 2.RSA asymmetric encryption algorithm 3.MD5 PGP message digest algorithm class files
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1857278
    • 提供者:mars
  1. Password

    0下载:
  2. 密码加密与解密 对字符串进行MD5编码,并进行解密-Password encryption and decryption of the MD5 encoded string and decrypt
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1204
    • 提供者:w_y_loong
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com