CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 对称算法

搜索资源列表

  1. 2005091210190622145

    0下载:
  2. 自己写的java版的加密解密网络算法应用。有对称,非对称,数字签名,等功能~-himself wrote the java version of the network encryption and decryption algorithm application. A symmetric, asymmetric, digital signatures, and other functions ~
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6203
    • 提供者:totti
  1. SymmetricAlgorithms

    0下载:
  2. 密码学的作业--对称算法,主要是对称加密解密
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:42415
    • 提供者:elsie
  1. Rsa.rar

    0下载:
  2. 用JAVA实现Rsa非对称加密算法 不算简单的算法 既可以加密又可以解密,Rsa use JAVA to achieve an asymmetric encryption algorithm is not a simple algorithm can be encrypted can be decrypted
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:2446
    • 提供者:韩国强
  1. sso_final

    0下载:
  2. 网上找的很稀有的单点登陆资料,基于对称加密算法的. -Internet is very rare to find a single point of landing data, based on a symmetric encryption algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:41625
    • 提供者:吴波
  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. 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. MultiMCLasymm

    0下载:
  2. 非对称环境下的多机器人monte carlo定位算法的实现-Asymmetric environment monte carlo multi-robot localization algorithm implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7929
    • 提供者:罗光明
  1. 2006072922282918887

    0下载:
  2. 本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量 ... -Security encryption technology requirements are very high. The current JAVA environment in the realization of I
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:957656
    • 提供者:礼金
  1. Java1

    0下载:
  2. 用java实现的一个非对称的加密算法,很不错,推荐大家都看一下。-Using java to achieve a non-symmetric encryption algorithm, very good, recommend everyone to look at.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:5309
    • 提供者:王木
  1. PairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。-Java asymmetric encryption source code examples, RSA encryption technology, the definition of encryption algorithms available DES DESede, Blowfish, such as is used in this example.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:5223
    • 提供者:pudn1370
  1. Symmetric-encryption

    0下载:
  2. java实现对称加密算法 实现文件的加密解密-java symmetric encryption algorithm implementation file encryption and decryption
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:1926
    • 提供者:jason
  1. JavaPairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -Java asymmetric encryption source code examples, in this case using RSA encryption technology available encryption algorithms defined DES, DESede, Blowfish and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:6198
    • 提供者:xuchi
  1. key_DES

    0下载:
  2. 理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 -Understand the principles of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: DES, TripleDES, Blowfish DES encryption
  3. 所属分类:Applet

    • 发布日期:2017-11-25
    • 文件大小:6276
    • 提供者:fuaixia
  1. Massage_safety

    0下载:
  2. 用DES加密算法的UDP聊天工具,该工聊天工具使用DES对称加密,可以保护个人的信息安全-DES encryption algorithm using UDP chat, chat tools that workers use DES symmetric encryption to protect personal information security
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:12587
    • 提供者:陈进飞
  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]
  1. tdes

    0下载:
  2. java卡3des对称加解密算法,可实现加密解密与随机数产生算法,可实现内外部验证-java card 3des symmetric encryption algorithm, encryption and decryption can be achieved with the random number generation algorithm can achieve internal and external validation
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:1523
    • 提供者:周保锋
  1. AEScode

    1下载:
  2. AES加解密算法源码,详细说明了AES对称加密算法的过程和结构。-AES encryption and decryption algorithm source code, a detailed descr iption of the AES symmetric encryption algorithm processes and structures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:21858
    • 提供者:刘少伟
  1. JAVA-encryption-decryption

    0下载:
  2. JAVA Base64算法 对称非对称算法 数字签名算法 消息摘要算法源码-JAVA Base64 symmetric asymmetric algorithm digital signature algorithm message digest algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4592708
    • 提供者:IVAN
« 12 »
搜珍网 www.dssz.com