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

搜索资源列表

  1. java_code

    0下载:
  2. 通过随机数和按位算法对字符串的加密解密。(java版)-through random numbers and by-bit algorithm to string encryption and decryption. (Java version)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:GQI
  1. EnDeCode

    0下载:
  2. 一段使用Java编写的非常简单实用的加解密文本的函数,当对加密要求不是很高时可以使用-use Java to prepare for the very simple and practical text of the encryption and decryption function, When the right encryption is not very high demand may use
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1021byte
    • 提供者:罗成
  1. MD5Encode

    0下载:
  2. 一个进行实现MD5加密、解密操作的java类源代码-for achieving an MD5 encryption, decryption operation of the java source category
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1015byte
    • 提供者:lyzcw
  1. filesign

    0下载:
  2. 对文件内容进行加密、解密、签名及验证签名-content of the document encryption, decryption, signature verification and signature
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:王云升
  1. jct_doc

    0下载:
  2. WDSsoft免费源代码,java加密解密编程常用工具包 -WDSsoft free source code, java programming commonly used encryption and decryption tool kits
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:27.19kb
    • 提供者:杨丽丽
  1. JudgePaper

    0下载:
  2. 上机考试答卷在软盘上,盘上,盘上有加密的准考证号和存放答题结果的文件。与本程序配套的还有一解密程序,负责将加密的准考证号解密到C:\\zkz\\test20.txt文件中。当阅卷者点击“判新卷”时,本程序就从上述文件读取准考证号并显示到准考证号的文本域中。 附带有详尽的文档说明。-plane examination of the respondents on the floppy, disk, the disk is encrypted and stored ticket Examinati
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:62.76kb
    • 提供者:Foxxing
  1. AES_in_java

    0下载:
  2. 用java编写的AES加密解密程序,程序需要同目录下有key.dat作为加密解密密钥,输出密文cipher.dat,输出解密文件descrypt.dat-with java prepared by the AES encryption and decryption procedures, procedures required under the same directory as key.dat encryption and decryption keys, and the output ci
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4.28kb
    • 提供者:李灿
  1. JDES

    0下载:
  2. 在JBuilder下开发的DES加/解密器 -JBuilder under development in the DES encryption / decryption devices
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.13mb
    • 提供者:冯燕
  1. JAVA_data_encrypt

    0下载:
  2. 这个是一个用java编写的对数据进行加密和解密的例子-This is a java prepared with the right data encryption and decryption example
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9.35kb
    • 提供者:陶继秀
  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
    • 文件大小:6.06kb
    • 提供者:totti
  1. xmlbased_RSA

    0下载:
  2. 对于要加密的文档,www有一套标准,约定用于加密的文档应当组成一定的格式.对于符合这个格式的xml文档,本程序能从中提前rsa加密密钥和明文进行加密.本程序还提供rsa密钥生成接口和加密解密接口.-regard to the encrypted files, www set of standards, agreement for encrypted files should be composed of a certain format. For the format of the xml do
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:39.88kb
    • 提供者:黎之方
  1. ShamirAlgorithms

    1下载:
  2. 用java实现Shamir门限算法,可用于数据的加密解密,特别是传送加密密钥时有用-with java achieve Shamir threshold algorithm can be used for data encryption and decryption. Special transmission of the encryption key is useful when
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.78kb
    • 提供者:XUN
  1. updatefiletooracle

    0下载:
  2. (转载)看到这个DES算法不错,用于用DES加密密和解密 -(reproduced) see the DES algorithm is true for the use of secret DES encryption and decryption
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:93.41kb
    • 提供者:Sean
  1. Sample.java.tar

    0下载:
  2. AES 256 bit encryption and decryption
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1.41kb
    • 提供者:arun
  1. Playfair

    0下载:
  2. 最近在学密码学,这一个实现playfair加密算法的java类,主要包括构造函数、加密函数和解密函数,还有几个辅助函数,附有测试类,在控制台下运行的。-A recent study of cryptography, which playfair encryption algorithm to achieve a java class, mainly including constructor, encryption and decryption function, a function, and
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:6.23kb
    • 提供者:老棉
  1. DESPlus

    0下载:
  2. java des加密解密里面有详细的应用例子-java des encryption and decryption which a detailed application examples
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1.8kb
    • 提供者:sunzhibin
  1. Java-art-encryption-and-decryption

    0下载:
  2. Java加密与解密的艺术。适合对加密学习的开发者参考使用-Java encryption and decryption of art. Suitable for encryption developers learning to use reference
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3.62mb
    • 提供者:ivan
  1. Encryption-and-Decryption-using-Blowfish-symmetri

    0下载:
  2. Blowfish.java generates the symmetrickey using Blowfish algorithm. Key size assigned here is 128 bits. It works forkey size of 256 and 448 bits also. Encryption and decryption method is writtenbased on Blowfish algorithm. Message to encrypt can be gi
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:26.99kb
    • 提供者:saadawais
  1. Encryption-and-Decryption-using-DES-in-JAVA

    0下载:
  2. DES.java generates the symmetric key using DES algorithm. Key size assigned here is 64 bits. It works only for the key size of 64 bits. 56 bits is mentioned in the coding remaining 8bits is accessed inbuilt package. Encryption and decryption method i
  3. 所属分类:JavaScript

    • 发布日期:2017-04-28
    • 文件大小:24.67kb
    • 提供者:saadawais
  1. Encryption--decryption-algorithm

    0下载:
  2. 一段java的加密解密算法,以规则一定的加密对内容进行加密,然后通过逆过程解密。-Some java encryption and decryption algorithm to encrypt the contents of the rule must be encrypted and then decrypted by a reverse process.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:532byte
    • 提供者:康月波
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com