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

搜索资源列表

  1. EncryptionAlgorithm

    0下载:
  2. Blowfish加密算法,使用前请先加载一个名为Blowfish.java的文件
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:874
    • 提供者:李勃
  1. 肖俊.java

    0下载:
  2. ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3197
    • 提供者:肖俊
  1. blowfish java代码

    0下载:
  2. 用java语言编写的blowfish源代码
  3. 所属分类:其它

    • 发布日期:2009-08-31
    • 文件大小:73637
    • 提供者:xieyulai
  1. java加密技术

    0下载:
  2. java加密技术:除了DES,我们还知道有DESede(TripleDES,就是3DES)、AES、Blowfish、RC2、RC4(ARCFOUR)等多种对称加密方式,其实现方式大同小异,这里介绍对称加密的另一个算法——PBE-java encryption technology: In addition to DES, we also know DESede (TripleDES, that is, 3DES), AES, Blowfish, RC2, RC4 (ARCFOUR) and o
  3. 所属分类:编程文档

    • 发布日期:2017-03-27
    • 文件大小:10170
    • 提供者:gaoshan
  1. bf-sdk11.zip

    0下载:
  2. blowfish加密算法开发包,blowfish encryption algorithm development package
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:99272
    • 提供者:
  1. cryptix_src_3-1-2

    0下载:
  2. 另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码- Another uses the java compilation the encryption general algorithm package, contains des, rsa, sha, md5, md4, md2, idea, blowfish and so on the very many encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:2529803
    • 提供者:站长
  1. Blowfish

    0下载:
  2. source of BlowFish encryption algorithm implemented by JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-12-06
    • 文件大小:10634
    • 提供者:jack
  1. SingleKey

    0下载:
  2. 加密算法有 DES,DESede,Blowfish等,本例主要解释如何利用DES私钥加密算法加解密-Encryption algorithm DES, DESede, Blowfish and so on, in this case which explain how to use the private key encryption algorithm DES encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1858
    • 提供者:fengli
  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. bfj241

    0下载:
  2. blowfish java代码 算法简单实用-algorithm on blowfish java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:73637
    • 提供者:谢山
  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. Blowfish

    0下载:
  2. blowfish算法源代码请大家分享一下-blowfish blowfish blowfish
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:27280
    • 提供者:aa
  1. Encrypt

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

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

    0下载:
  2. blowfish algorithm using java
  3. 所属分类:CA program

    • 发布日期:2017-03-24
    • 文件大小:24747
    • 提供者:vicky
  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. test5

    0下载:
  2. Java源码,算法相关,Blowfish,JAVA加密,对称密钥算法 -Java source code and related algorithms, Blowfish,, JAVA encryption, symmetric key algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:36036
    • 提供者:zhulu
  1. bbfj241l

    0下载:
  2. blowfish java代代码 算法简单实用。 -blowfish java-generation code algorithm is simple and practical.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:65840
    • 提供者:家庭教师
  1. Encryption-and-Decryption-using-Blowfish-symmetri

    0下载:
  2. Blowfish.java generates the symmetrickey using Blowfish algorithm. Key size assigned here is 128 bits. It works forkey size of 256 and 448 bits also. Encryption and decryption method is writtenbased on Blowfish algorithm. Message to encrypt can be gi
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:27639
    • 提供者:saadawais
  1. Blowfish

    0下载:
  2. Blowfish.java generates the sysmetric key using Blowfish algorithm. Key size assigned here is 128 bits. It works for key size of 256 and 448 bits also. Encryption and decryption method is written based on Blowfish algorithm. Message to encrypt can be
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2949
    • 提供者:Sheema Fatima
  1. blowfish

    0下载:
  2. BLowfish attack developed in java used to perform a Distributed system attack
  3. 所属分类:Java编程

    • 发布日期:2018-04-29
    • 文件大小:259072
    • 提供者:alexsilvar
« 12 »
搜珍网 www.dssz.com