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

搜索资源列表

  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
    • 文件大小:2081
    • 提供者:GQI
  1. passwd

    0下载:
  2. java加密解密源码 用户密码不能直接存储到数据库,需要经过加密。同样user也可要回自己的密码。-java source code users not directly stored into the database, require encryption. The same user also win back their passwords.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5171
    • 提供者:ewewe90
  1. MD5Encode

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:1531
    • 提供者:王云升
  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
    • 文件大小:64269
    • 提供者: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
    • 文件大小:4382
    • 提供者:李灿
  1. JDES

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

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

    0下载:
  2. 一个很好用的Java加密解密算法,测试通过,直接解压就可以用!-a good use of the Java encryption and decryption algorithm, the test directly extract can use!
  3. 所属分类:Applet

    • 发布日期:2017-11-15
    • 文件大小:188401
    • 提供者:夏雨旋
  1. Java

    0下载:
  2. 包括电话管理系统、记事本、计算器、加密解密程序、聊天程序,-Including telephone management system, notebook, calculator, encryption and decryption procedures, chat program,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:37963
    • 提供者:llh
  1. encode

    0下载:
  2. 用Java编写的线性密码加小解密工具,可以供学习Java和加解密的同志学习。-a encode/decode tool programmed in java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:13194
    • 提供者:witfox
  1. DESPlus

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

    • 发布日期:2017-03-27
    • 文件大小:1839
    • 提供者:sunzhibin
  1. RSA

    0下载:
  2. rsa的加密算法,可以实现简单的数据加密以及解密工程,没有图形界面-rsa encryption algorithm, can achieve a simple data encryption and decryption works, there is no graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:747
    • 提供者:林子
  1. proj_7

    0下载:
  2. 有jFRAme实现的简单的加密与解密的文本系统,其中有管理员登陆的页面设计。。对于初学者是很好的范例-There jFRAme achieve simple text encryption and decryption system, including Administrator landing page design. . Is a good example for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:15603
    • 提供者:刘奇
  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
    • 文件大小:3793210
    • 提供者:ivan
  1. File Manager

    0下载:
  2. java 命令行文件管理:创建、删除、加密解密、压缩、重命名
  3. 所属分类:JSP源码/Java

  1. Base64

    0下载:
  2. Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,大家可以查看RFC2045~RFC2049,上面有MIME的详细规范。Base64编码可用于在HTTP环境下传递较长的标识信息。再次运用java语言实现加密/解密、base64与图片互相转化。(Base64 is one of the most common coding methods used to transmit 8Bit byte code on the network. We can check RFC2045 ~
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:2461
    • 提供者:武林至尊
  1. JVMTI_ClassLoader

    1下载:
  2. 使用jvmti对加密的类进行解密,此文件为解密的dll源码(Using JVMTI to decrypt encrypted classes)
  3. 所属分类:Java编程

    • 发布日期:2017-12-26
    • 文件大小:433152
    • 提供者:yuanbin16
  1. RSACoder

    0下载:
  2. RSA加解密代码和签名验证代码的java实现方式(RSA decryption code and signature verification code)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:买了吗
  1. 维基利亚解密

    0下载:
  2. 利用java编程,实现维基利亚密码解密过程(Realization of WikiLeaks Leah decryption)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:33792
    • 提供者:如许之秋
  1. csy

    0下载:
  2. 利用仿射密码对明文进行加密,再将密文进行解密。(The plaintext is encrypted, and the ciphertext is decrypted.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:5120
    • 提供者:心素如简11
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com