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

搜索资源列表

  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. BytesCipher

    0下载:
  2. java编写的简单的DES算法的加密程序 java编写的简单的DES算法的加密程序-prepared by the simple DES encryption algorithm java procedures prepared by the simple DES algorithm encryption
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1320
    • 提供者:杨光升
  1. DES java代码

    0下载:
  2. 通信加密算法DES,用java编程的,可以运行
  3. 所属分类:其他小程序

    • 发布日期:2009-04-22
    • 文件大小:10746
    • 提供者:hebexy44
  1. DES

    2下载:
  2. 使用JAVA实现DES密码加密、解密过程,密钥在程序中能够指定,也可改为用户自己输入-DES implementation using JAVA password encryption, decryption process, the key specified in the procedure can also be changed to the user' s own input
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:85564
    • 提供者:liuxiao
  1. GPSAM

    1下载:
  2. GlobalPlatform Security Access Module】Applet(以下簡稱GPSAM)提供在GlobalPlatform Card上的Card Manager Key驗證、更新與APDU Command的MAC計算之功能。利用JavaCard本身的DES運算與基碼儲存功能,所有基碼多樣化或驗證運算過程皆在卡片內部完成,確保基碼只進不出之安控要求。-GlobalPlatform Security Access Module】 Applet (hereinafter refe
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2148653
    • 提供者:ace
  1. DES

    0下载:
  2. des in java language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2305
    • 提供者:sayan.maji
  1. TripleDES

    0下载:
  2. This a triple des program-This is a triple des program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:Fahrurrozi
  1. DES

    0下载:
  2. DES算法的java语言实现.可以实现对文件的加解密.-DES algorithm java language. Can be achieved on the document encryption and decryption.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1758
    • 提供者:linuxiva
  1. tpjava

    0下载:
  2. Code source java ,contient des interfaces en java
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:26166
    • 提供者:amari
  1. Crypto

    0下载:
  2. 此程式是利用DES 來進行加密與解密的動作,Mode 採用ECB,Padding 方 法則採用PKCS5Padding。Key 是由程式自行產生,採用Pseudorandom number generator 來產生Key。利用Framework 為Java Cryptography Extension (JCE) 。-This program is the use of DES to encrypt and decrypt action, Mode ECB Padding method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:229521
    • 提供者:eason
  1. Whhomeworki

    0下载:
  2. 3种用Java写的算法 其中包括了DES凯撒 编译软件件用的是Intell J IDEA, -Three kinds of algorithms written in Java, including DES Caesar compiler software with the Intellivision J of IDEA
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:30793
    • 提供者:本质
  1. desdll

    0下载:
  2. 据说是加密解密用的,调用代码为public static native String dtdes2java(String src, String des, String key, String flag) 成功了,给我留个言,-this is dll for java diaoyong
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:11264
    • 提供者:义阳
  1. 33673-1081694-editeur-tag-mp3

    0下载:
  2. Editeur tag mp3--- --- --- Url : http://codes-sources.commentcamarche.net/source/33673-editeur-tag-mp3Auteur : tof2503Date : 13/08/2013 Licence : ========= Ce document intitulé « Editeur tag mp3 » issu de CommentCaMarche (codes-s
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:14566
    • 提供者:khadidja
  1. androidDES

    0下载:
  2. android des加解密实用类,支持与java,c#的互联-android des encryption and decryption utility classes, support java, c# interconnection
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:14648
    • 提供者:gfhggh
  1. DES-Encryption-

    0下载:
  2. 由于使用post提交的数据也可以通过工具拦截到明文数据,所以很多时候需要在前台用js加密后端代码解密。由于本人也在项目中使用到这个,现在做了一个例子是java版本的,希望对大家有用。-Due to the use of the post submit data can also intercept to plaintext data through the tool, so a lot of time need to encrypt the back-end code decryption us
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:10114
    • 提供者:dsdfw
  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. test-(2)

    0下载:
  2. 用Java实现DES、RSA、MD5算法的简单安全系统- Implemented in Java DES, RSA, MD5 algorithm is simple and safe system
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:60987
    • 提供者:小梅
  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. java_DES加密解密源码

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

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:xx.
« 12 »
搜珍网 www.dssz.com