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

搜索资源列表

  1. SingleKeyExample

    0下载:
  2. Java对称加密实例源码,解释如何利用DES私钥加密算法加解密,定义加密算法,可用 DES,DESede,Blowfish。   用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥;   用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥。 -Java electronic album to source code that you can u
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2295
    • 提供者:同同
  1. pass

    0下载:
  2. 用java开发的des加密文件算法。有界面-a des project
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6386
    • 提供者:wuchuanhui
  1. lab

    0下载:
  2. 一个简单加密算法的Java代码实现,代码比较容易理解-The Java code implements a simple encryption algorithm, the code easier to understand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6908
    • 提供者:chenjianhuaxing
  1. MD5

    0下载:
  2. a hash function md5 for a java code, it has been run successfully.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:813181
    • 提供者:andy
  1. SHA

    0下载:
  2. 一款简单的SHA消息摘要算法实现程序。利用Java语言编写。实现方法简单清晰。-SHA message digest algorithm to achieve a simple procedure. Using the Java language. The implementation is simple and clear.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:2725
    • 提供者:姚馨
  1. xiaomiany

    0下载:
  2. 这是一个传说中非常强悍的加密算法,那只是传说中的,些加密算法非常适用于JAVA-This is a legend in a very powerful encryption algorithm, it is just legendary, some encryption algorithm is applicable to JAVA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:15619
    • 提供者:林强强
  1. DESEncrypt

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

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

    0下载:
  2. Java生成密钥、保存密钥的实例源码,通过本源码可以了解到Java如何产生单钥加密的密钥(myKey)、产生双钥的密钥对(keyPair)、如何保存公钥的字节数组、保存私钥到文件privateKey.dat、如何用Java对象序列化保存私钥,通常应对私钥加密后再保存、如何从文件中得到公钥编码的字节数组、如何从字节数组解码公钥-Java to generate a key instance of the source to save the key can learn Java through t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:6847
    • 提供者:lws
  1. BasicECDSAExample

    0下载:
  2. A Basic ECDSA source code in Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:638
    • 提供者:Yohan
  1. BasicECDHExample

    0下载:
  2. A Basic ECDH source code in Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:905
    • 提供者:Yohan
  1. BasicDSAExample

    0下载:
  2. A Basic DSA source code in Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:559
    • 提供者:Yohan
  1. BasicDHExample

    0下载:
  2. A Basic DH source code in Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:898
    • 提供者:Yohan
  1. BaseRSAExample

    0下载:
  2. A Basic RSA source code in Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:739
    • 提供者:Yohan
  1. EncryptionDecryption

    0下载:
  2. 用Java实现的一个可逆加密工具类,很不错!我在自己的项目已经使用。-Java implementation of a reversible encryption tools, very good! I already use in your own projects.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1466
    • 提供者:古道风
  1. AES

    0下载:
  2. 一个用JAVA实现的AES算法示例,采用ECB模式,128位密钥-AES algorithm is an example of a JAVA ECB mode, a 128-bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:761
    • 提供者:ludygg
  1. myMD5

    0下载:
  2. md5摘要的java实现,使用了图形界面,可以直接在java虚拟机上运行,没有重写类库,直接调用了-the md5 digest java implementation, using a graphical interface, you can run directly in the java virtual machine, without rewriting class library, and direct calls
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:1157
    • 提供者:马达
  1. MyEncrypt

    0下载:
  2. 自己写的符合标准的3DES加密和解密程序源码,使用C#编写,平台为是VS2008,可带加密key和符合Java标准的32位密钥,并能读取CPU等硬件序列号做机器绑定加密,已用在多个项目中做程序加密解密-Written by myself standards-compliant 3DES encryption and decryption program source code, written in C# platform for VS2008, with a 32-bit key encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:87160
    • 提供者:刘伟信
  1. DateDemo

    0下载:
  2. date 转换工具. 1.把一个日期类型转换成一个字符串类型 2根据传入的日期字符串和格式得到一个java.util.Date型的日期。. 3.把日期转换成需要的格式 -date conversion tool. put a date type is converted to a string according to the incoming date string and format a java.util.Date date. 3. The date into the r
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-02
    • 文件大小:611
    • 提供者:xoba
  1. PREJaVa

    0下载:
  2. 提供了一个代理重加密的java语言实现,开发工具为myEclipse-Provides a proxy re-encryption of the java language, development tools for myEclipse
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-06-28
    • 文件大小:2568192
    • 提供者:yangjin
  1. Rijndael

    0下载:
  2. AES加密算法的java实现源代码。只有一个java源文件,非常简单。-AES encryption algorithm to achieve the java source code. Only a java source files, a very simple.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3758
    • 提供者:kimifetch
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com