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

搜索资源列表

  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. 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. DES

    0下载:
  2. des加密类,java编写的des加密解密类。-des encryption class, java class prepared des encryption and decryption.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:2254
    • 提供者:ssdd
  1. encryptionwithJava

    0下载:
  2. 用Java写的一个加密解密源程序,下载以供大家学习交流-Use Java to write an encryption source code, download for all to learn from the exchange
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:1375
    • 提供者:范麦麦
  1. Java3DES

    0下载:
  2. java实现3DES加密解密,java实现3DES加密解密-java 3DES,java 3DES,java 3DES,java 3DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:5287
    • 提供者:yuanjian
  1. EncriptionWithJava

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

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

    0下载:
  2. 本Java 源程序是写的加密解密算法 希望对大家有用-Written in the Java source code encryption and decryption algorithm is the hope that useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:28213
    • 提供者:冯永刚
  1. DES

    0下载:
  2. DES文件加密可以对文本文档和word文档进行加密和解密-DES file encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:16990
    • 提供者:道莲
  1. AES

    0下载:
  2. 这是一个AES加密的JAVA源代码,能完成加密和解密功能。-AES encryption This is a JAVA source code, to complete the encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:9908
    • 提供者:陈燕燕
  1. Hash

    0下载:
  2. 对于加密解密技术,我懂的不多,有些可以利用某种技术“模糊”JAVA类文件。这样能够使反编译的难度增加。但估计反编译器的技术水平也在不断提升,导致这种方法层层受阻。另外还有很多其他的技术也可以实现对JAVA文件的加密解密。我现在所想要研究的,就是其中的一种。 -fdggggggggggggggggggggggg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6146
    • 提供者:李四
  1. JAVA

    0下载:
  2. 实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2350
    • 提供者:killer
  1. Theartencryptionnddecryptionwiththebooksourcecode.

    0下载:
  2. Java加密与解密的艺术配书源代码 The art encryption and decryption with the book source code -The art encryption and decryption with the book source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:382537
    • 提供者:寓于
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:60548
    • 提供者:whalestudio
  1. fileencrypterfordes

    0下载:
  2. java语言加密,用DES算法实现文件的加密和解密功能。-file encrypter for des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3896
    • 提供者:bruce
  1. jiami

    0下载:
  2. java对汉字进行 加密解密-Chinese Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:898
    • 提供者:吴新明
  1. jfilecrypt

    0下载:
  2. 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。 -JAVA strong encryption, decryption algorithm source code, a total of 6 kinds of algorithms are available, in addition to ZIP compressed files can be generated directly.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:27967
    • 提供者:钮燕佳
  1. 123BlowfishTest

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

    • 发布日期:2017-04-04
    • 文件大小:10317
    • 提供者:解向前
  1. java_YuanMa

    0下载:
  2. JAVA实例源码。。部分:万年历 计算器 放大镜 烟花效果 电子时钟 加密解密-JAVA source code examples. . Part I: Calendar Clock magnifying glass effect encryption and decryption of fireworks ...
  3. 所属分类:Java Develop

    • 发布日期:2017-06-22
    • 文件大小:41680896
    • 提供者:zhanglc
  1. mycipher.java

    0下载:
  2. 用java编写的用于加密和解密的代码,所用加解密算法为simple DES算法。-Prepared with the java code for encryption and decryption, used as a simple DES encryption and decryption algorithm algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3383
    • 提供者:fd
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
搜珍网 www.dssz.com