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

搜索资源列表

  1. MD5_java

    0下载:
  2. md5算法的java源代码-md5 algorithm source code of java
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.85kb
    • 提供者:姜建
  1. Java-DES

    0下载:
  2. DES算法的JAVA实现源代码,研究DES的朋友值得下载-DES algorithm to achieve the Java source code, research DES friends worth the download
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:20.72kb
    • 提供者:肖蔚
  1. Des.JAVA

    0下载:
  2. des加密解密 源代码 java版的。可以用呀-des encryption and decryption source code version of java. Can ah
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35.98kb
    • 提供者:康lg
  1. JAVA-MD5pass_src

    0下载:
  2. JAVA 的MD5加密算法源代码 JAVA 的MD5加密算法源代码-JAVA MD5 encryption algorithm source code of Java M D5 encryption algorithm source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:tqb
  1. RC4Cipher.java

    0下载:
  2. RC4Cipher 经典的RC4Cipher加密解密算法源代码-RC4Cipher classic RC4Cipher encryption and decryption algorithm source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:rtshen
  1. DESCipher.java

    0下载:
  2. DESCipher 经典的DESCipher加密解密算法源代码 java编程-DESCipher classic DESCipher encryption and decryption algorithm source code java programming
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.81kb
    • 提供者:rtshen
  1. LFSRCipher.java

    0下载:
  2. LFSRCipher 经典的LFSRCipher加密解密算法源代码 JAVA编写-LFSRCipher classic LFSRCipher encryption and decryption algorithm source code for Java prepared
  3. 所属分类:加密解密

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

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

    • 发布日期:2008-10-13
    • 文件大小:758.49kb
    • 提供者:
  1. java-RSA

    0下载:
  2. RSA加密算法的源代码,用JAVA实现 速度很快哦
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.29kb
    • 提供者:kina
  1. 加密源代码和脚本

    1下载:
  2. 用于加密的java源代码,包括加密源代码脚本,加密保护页脚本等等。-for encrypted java source code, including encryption source code scr ipting, encryption protection and so on the scr ipt pages.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:19.22kb
    • 提供者:何培松
  1. java非对称加密RSA的工具类及其源代码

    0下载:
  2. java非对称加密RSA的工具类及其源代码
  3. 所属分类:加密解密

    • 发布日期:2009-03-25
    • 文件大小:7.26kb
    • 提供者:hayou1402
  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
    • 文件大小:19.53kb
    • 提供者:熊松
  1. aes-java-file

    0下载:
  2. 使用java编写的aes文件加密源代码,经测试能对文本进行加密,密钥为128 192 256bit-Prepared using aes file encryption java source code, the test can encrypt the text, the key for the 128 192 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:8.79kb
    • 提供者:cai
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:15.55mb
    • 提供者:cristiano
  1. 3DES

    0下载:
  2. 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6.79kb
    • 提供者:magicliao
  1. Cryptography

    0下载:
  2. 该程序包提供了三种加解密算法的源代码:DES、AES和RSA。程序没有使用Java的security库,完全是自己根据加解密算法流程手工编写的。适用于密码学加解密算法的学习和研究。 由于运行速度慢,不推荐用于实用项目。-The package offers three encryption algorithm source code: DES, AES and RSA. Procedures did not use Java' s security database is entirely
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:27.22kb
    • 提供者:tangxiaojun
  1. signnature-DSA

    0下载:
  2. 单向加密通常用于消息摘要,具体算法可以阅读java.security.*的源代码获得。经过封装之后可以使用简单的静态方法来实现,-One-way encryption is commonly used message digest, the specific algorithm can read java.security .* source code access. Through the package can then be used to implement a simple stati
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:9.81kb
    • 提供者:
  1. RSA

    0下载:
  2. 运用java技术,基于RSA算法,实现对图片文件进行加密解密的源代码-Using java technology, based on RSA algorithm, the image files on the source code for encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2.19kb
    • 提供者:窦小敏
  1. AES

    0下载:
  2. 这是一个AES加密的JAVA源代码,能完成加密和解密功能。-AES encryption This is a JAVA source code, to complete the encryption and decryption functions.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:9.68kb
    • 提供者:陈燕燕
  1. md5

    0下载:
  2. MD5加密算法 C和Java源代码,以及CRC算法的C源代码-MD5 C and java source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:17.63kb
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com