CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - DECRYPT

搜索资源列表

  1. javacertificationoperations.ra

    0下载:
  2. java公钥加密私钥解密与数字证书的一个例子,很实用的。,java public key encryption and digital certificate private key to decrypt an example, it is practical.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8216
    • 提供者:lauvenman
  1. java_DigitalSign

    2下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
  3. 所属分类:Java Develop

    • 发布日期:2015-11-02
    • 文件大小:23814
    • 提供者:张云
  1. StringUtils

    0下载:
  2. 1.字符处理组件,包括数据编码的转换,数据简单加密解密以及其他数据的处理方法.具体说明请见Document\StringUtils.doc. 2.Class文件夹下存放的是编译好了的class文件,可以直接使用. 3.在sample下有该组件使用的jsp例子. 4.原代码请参照source文件夹下的StringUtils.java. 5.Enviroument文件中存放的SystemConfig.java是用来读取配置文件中内码外码信息的,在StringUtils.java中ex
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:24305
    • 提供者:fangmin
  1. Des

    0下载:
  2. this progam written in java language and describe the des algorithm that allow us to encrypt and decrypt the information
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:224218
    • 提供者:zooz
  1. DesEncrypt

    0下载:
  2. * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1285
    • 提供者:tulip
  1. encipherdecipher

    0下载:
  2. 利用SUNJCE进行文件加密,并且可以用相同的密码进行解密-SUNJCE to use file encryption, and can use the same password to decrypt
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:8278
    • 提供者:墨兰王者
  1. Blowfish

    0下载:
  2. JAVA中的Blowfish加密属于对称密钥算法,如果知道密钥,则可以对加密后的数据解密,但如果如果不知道密钥,基本上是不可能的,因此,这就决定了它的先天不足,就是带来的密钥的管理问题。 -JAVA The Blowfish symmetric key encryption algorithms are, if you know the key, you can decrypt the encrypted data, but if if you do not know the key, it
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10693
    • 提供者:曹海林
  1. Blowfish

    0下载:
  2. JAVA中的Blowfish加密属于对称密钥算法,如果知道密钥,则可以对加密后的数据解密,但如果如果不知道密钥,基本上是不可能的,因此,这就决定了它的先天不足,就是带来的密钥的管理问题。-JAVA The Blowfish symmetric key encryption algorithms are, if you know the key, you can decrypt the encrypted data, but if if you do not know the key, it is
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:10380
    • 提供者:196
  1. JCheckBox1

    0下载:
  2. Java解密加密程序,实现窗口图像化界面,应用简单方便-Java to decrypt the encrypted program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:930
    • 提供者:小鱼
  1. DesEncrypt

    0下载:
  2. DES加密DES,使用java编译,使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储.。-DES encryption DES, using the java compiler, using DES encryption and decryption, can byte [], String type of encryption and decrypt the ciphertext can use String, byte [] m
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1609
    • 提供者:wheat
  1. Decrypteval

    0下载:
  2. 解密eval(function(p,a,c,k,e,d)的代码有些javascr ipt代码采用了eval加密, 从网上找到解密的方法-Decrypt eval (function (p, a, c, k, e, d) code some javascr ipt code that uses eval encryption, decryption from the Internet to find ways
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:875
    • 提供者:王明亮
  1. Des

    0下载:
  2. 常用的DES可逆加解密程序 包含测试程序 -DES Encrypt/Decrypt Code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:8730
    • 提供者:andy
  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. EncryptDecipher

    0下载:
  2. 实现了简单的加密解密功能。 填写密钥,可以对文本文件和图片(其他文件没有测试)进行覆盖加密, 密钥相同再执行run,可以实现对加密文件的解密 -To achieve a simple encryption and decryption functions. Fill in the key, you can text and images (the other paper did not test) to cover encryption key and then the implem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5705
    • 提供者:天堂
  1. transposition-chat-my

    0下载:
  2. trans position a simple java application to encrypt and decrypt the input text .client and server applet is used to implement chatting.encrypted or simple texts can be send between client and server.Tcp is used for communication
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:34267
    • 提供者:kochu
  1. 05130046_05130085_05130143

    0下载:
  2. JAVA Encrypt and Decrypt Security
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:64294
    • 提供者:aaa
  1. java

    0下载:
  2. 本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:519461
    • 提供者:qiao
  1. ENC

    0下载:
  2. source code to encrypt and decrypt text (like password) that is sent in a network
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:26175
    • 提供者:nasavitirk
  1. testRSA

    0下载:
  2. encrypt/decrypt file using RSA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2586
    • 提供者:Nurul
  1. Java-encrypt--decrypt-method-daqo

    0下载:
  2. java的加密解密很不错,我在里面学到了不少东西哦-Java encrypt, decrypt, very good, I learned a lot in it: oh
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:255037
    • 提供者:wangjinsheng
« 12 3 »
搜珍网 www.dssz.com