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

搜索资源列表

  1. DES_java1234

    0下载:
  2. des算法简单实现。它以64位的明文和56位的密钥作为输入,通过DES加密运算产生64位密文输出。其解密过程利用同以密钥和算法将密文还原成明文。因为java语言的安全性&网络处理能力强,所以就利用了java语言编写-des simple algorithm to achieve. It's expressly 64 and 56 as the key input, through DES encryption algorithms have 64 ciphertext output. I
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6964
    • 提供者:leae
  1. java安全性源代码

    0下载:
  2. java的加密解密 des aes rsa等算法-des encryption and decryption algorithms such as Aes rsa
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:776692
    • 提供者:
  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. openstego-0.5.2.zip

    0下载:
  2. 是一种用JAVA执行的generic steganography工具,基于支持数据密码,并为各种算法提供插件,OpenStego is a tool implemented in Java for generic steganography, with support for password-based encryption of the data. It supports plugins for various steganographic algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:292204
    • 提供者:谢永胜
  1. AES.java

    0下载:
  2. 此源代码为由JAVA编写的对称加密算法AES,详细编写了各个变换。-This source code is written in JAVA grounds of symmetric encryption algorithms AES, elaboration of the various transformations.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:19994
    • 提供者:熊松
  1. Cryptix2.20

    0下载:
  2. 含有常用的一些加密标准算法实现- Includes the commonly used some encryption standard algorithms to realize
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-23
    • 文件大小:454434
    • 提供者:站长
  1. cryptologycoding

    0下载:
  2. 一些重要的加密算法的实现---主要是针对大学密码学课程中的算法实践,例如: 维吉尼亚密码,置换密码,移位密码-Some key encryption algorithm--- mainly aimed at the realization of the University of cryptography algorithms for practical courses, such as: Virginia password, replacement password, password, an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1112675
    • 提供者:zk
  1. jfilecrypt

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

    • 发布日期:2017-04-17
    • 文件大小:26983
    • 提供者:199
  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. encryption

    0下载:
  2. Java写的MD5加密算法,只有一个文件,很容易使用-MD5 encryption algorithms written in Java, only one file, it is easy to use
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:10018
    • 提供者:王喜林
  1. DESyuan

    0下载:
  2. des数据加密算法,其中的功能比较全,可以实现相关数据的加解密工作,适合初学者-des data encryption algorithms, all of which feature comparison can be achieved with data encryption and decryption work, suitable for beginners to see if
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:600763
    • 提供者:林子
  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. 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. 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. DSA_Java

    0下载:
  2. standard symmetric encryption algorithms DSA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:670896
    • 提供者:Aleksander
  1. Java-encryption-technology

    0下载:
  2. 这里我们主要描述Java已经实现的一些加密解密算法,最后介绍数字证书-Here we describe the Java has been achieved mainly some encryption and decryption algorithms, digital certificates Finally,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:611105
    • 提供者:王翔
  1. Java-Encryption

    0下载:
  2. BASE64算法,MD5算法,SHA算法,HMAC算。 教程中包含上述几种算法的java实现方式。很详细。-BASE64 algorithm, MD5 algorithm, SHA algorithm, HMAC calculation. Tutorial contains the java implementation of several algorithms. Very detailed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:358211
    • 提供者:刘恒毅
  1. Java-Encode

    0下载:
  2. ava加密与解密的艺术.rar 完整源代码 欢迎下载研究-java encryption and decryption algorithms related example
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:358349
    • 提供者:阿平
  1. Java(ChinaSEI)

    0下载:
  2. 此文件为参考性文档,内部包含了常用加密解密算法的实现案例,涉及加密算法包括RAS,DES等-This document is informative document contains internal encryption and decryption algorithms commonly used to achieve cases involving encryption algorithms, including RAS, DES, etc.
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:252761
    • 提供者:陆家梁
  1. Java--(ChinaSEI)

    0下载:
  2. 本书由 软工学苑 郭克华 著作 《JAVA 加密解密方法大全》 该书详细讲解了,对称加密算法,非对称加密算法,以及单向加密算法等... -The book by the soft labor Academy Guo Kehua book " JAVA encryption and decryption methods Daquan" The book explains in detail, symmetric encryption algorithms, asymmetr
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:252792
    • 提供者:NEWER_DRAGON[L]
« 12 3 4 »
搜珍网 www.dssz.com