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

搜索资源列表

  1. 一个JAVA的DES加密程序.rar

    0下载:
  2. 所属分类:加密解密

    • 发布日期:
    • 文件大小:1428
    • 提供者:
  1. acme.tar.gz

    0下载:
  2. 一个完全使用java编写的加密通用算法包,含des,des3,rsa等很多加密算法源码
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:512290
    • 提供者:
  1. cryptix_src_3-1-2.zip

    1下载:
  2. 另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:2529490
    • 提供者:
  1. java_des.zip

    0下载:
  2. java写的des算法
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:20904
    • 提供者:
  1. javaCipher

    0下载:
  2. 一个基于java平台的DES加密解密算法,key保存在文件中,KeyManager.java是该加密解密算法的使用范例-a java-based platform DES encryption and decryption algorithms, key stored in documents, KeyManager.java the encryption and decryption algorithms use examples
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2456
    • 提供者:吴绪林
  1. 混合密码体制数字签名

    0下载:
  2. JAVA实现的可以采用公钥私钥加密解密程序,包括DES,RAS算法-JAVA the private key can be the public key encryption and decryption procedures, including DES, RAS Algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12174
    • 提供者:张丽媛
  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. DES

    0下载:
  2. 现代密码学中的DES加密算法的java实现-Modern cryptography DES encryption algorithm to achieve the java
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:赖先生
  1. des

    0下载:
  2. 基于DES的对称加密、利用java中的相关类实现对指定字符串的加解密、实现图形界面-DES based on symmetric encryption, the use of java in the relevant class implements the specified string encryption and decryption, implement graphical interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:3143
    • 提供者:free
  1. des-jpeg

    0下载:
  2. java实现DES算法加密图片,des算法的实现不使用java自带的库,用纯java语言实现-java implements des encripts jpeg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:20881
    • 提供者:李原
  1. gestion-des-etudiants

    0下载:
  2. an interface with java graphics , allows to organize student management dashbord
  3. 所属分类:Java Develop

  1. DES

    0下载:
  2. 计算机网络安全,DES加密、解密算法,Java编码-Computer network security, DES encryption and decryption algorithms, Java coding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:996
    • 提供者:梁羽
  1. lus-Java

    0下载:
  2. java 和 c++ 使用des加密的例子-Java and c++ examples of using des encryption
  3. 所属分类:Communication

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:MN-368469
  1. DES

    0下载:
  2. 通过编程实现DES算法, 理解对称加密和Feistel密码结构的基本原理, 掌握DES算法加解密的流程 实验要求 利用C++、 Java实现DES算法, 要求使用面向对象的方法, 分别实现文件的加密和解密方法、 密钥的生成方法。-Through the programming DES algorithm to understand the symmetric encryption and Feistel password structure of the basic principles,
  3. 所属分类:JavaScript

    • 发布日期:2017-12-10
    • 文件大小:4556
    • 提供者:方方
  1. java_DES加密解密源码

    0下载:
  2. Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:xx.
  1. 信息安全实验2-1

    1下载:
  2. 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
  3. 所属分类:加密解密

    • 发布日期:2017-12-29
    • 文件大小:16384
    • 提供者:潇洒坤
  1. DES_Encryption

    0下载:
  2. PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>
  3. 所属分类:加密解密

    • 发布日期:2018-01-06
    • 文件大小:14336
    • 提供者:平淡人
  1. Test

    0下载:
  2. test classes pour developper des classe java
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:4793344
    • 提供者:mjiji
  1. AES DES密码算法软件

    2下载:
  2. java实现的AES DES简单加密解密程序
  3. 所属分类:其它程序

  1. des 加密

    0下载:
  2. 运用在Java上的des加密机制,可以试想对数据的DES加密的js
  3. 所属分类:密码/编码算法

« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com