搜索资源列表
JudgePaper
- 上机考试答卷在软盘上,盘上,盘上有加密的准考证号和存放答题结果的文件。与本程序配套的还有一解密程序,负责将加密的准考证号解密到C:\\zkz\\test20.txt文件中。当阅卷者点击“判新卷”时,本程序就从上述文件读取准考证号并显示到准考证号的文本域中。 附带有详尽的文档说明。-plane examination of the respondents on the floppy, disk, the disk is encrypted and stored ticket Examinati
AES_in_java
- 用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
Loginjava
- 小程序可实现对文件的加密,通过密码验证后才可以打开文件, 建立容器面板, 并新建输入密码标签,再新建密码验证标签,然后注册事件监听器,来实现事件监听器-small procedure of the document can be encrypted, password verification before they can open the file, the establishment of containers panel Enter the password and new labels
JAVA.RSA
- 用JAVA做的一个RSA加密解密程序,能实现密钥的生成并且对文件进行加密和解密-do with JAVA an RSA encryption and decryption procedures, Key to achieving the production of documents and encryption and decryption
sunfirst
- 测试程序中产生的JB工程,应该有对文本文件加密,复制等功能
FileDeCode
- 普通的对文件加密JAVA小程序,二次执行后可以恢复原文件
FileEncrypt
- 文件加密程序,采用了系统提供的md5和AES加密两种方式。
upload
- 用JAVA开发的网络通信程序,可以在网络中传送加密和压缩的文件
Multi_BooksManager-V1.6
- 声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。 软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系统信息、用户手册、 加密解密、收发email电子邮件等功能,其他有待补充。 3.本次版本对以前版本(V1
ahoo
- 1.大小写金额转换.java 2.用JAVA程序取得IP地址 3.在Servlet与JSP中取得当前文件所在的相对路径与绝对路径 4.加密解密算法 5.JSP中文乱码.pdf
c2007629214256
- 在管理员表中初始插入数据 usn: admin, pwd: 21232F297A57A5A743894A0E4A801FC3 初始用户账号/密码: admin (密码为 md5 加密) SRC/: JAVA 程序源文件目录 src/Conn.java 是数据库连接的类 请先修改里面的数据库连接 src/Gload.java 全局类 实现一些全局功能 mssqlserver.jar, msutil.jar, msbase.jar ------- SQL Server
Des
- DES加密解密程序的主程序在 FileDES类中 运行时使用的例子是本目录下的111.doc文件,运行后自动生成222.doc文件和333.doc文件 。 其中111.doc文件加密后的文件是222.doc文件,222.doc文件解密后文件是333.doc文件。 可以操作的文件类型我实验了TXT、DOC、JAVA等都没有问题,且Word文档中包含图片也没问 题。 -Des
des.tar
- 带swing界面的文件加密和解密程序。</br> 自定义明文密码。</br> 可直接运行 并对文件加密。加密后的文件需经过解密后才能使用。</br> -With a swing interface file encryption and decryption process. </br> Custom the password itself. </br> Can be directly run and file encryp
des_java
- 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
jiami
- 基于java语言的为文件加密的程序,供大家参考交流-As file encryption program based on java language reference exchange
MD5
- JAVA开发的文件加密程序,带界面,可随机生成密码。使用MD5方法生成密钥,进行加密。由eclipse开发。-JAVA development file encryption program, with the interface, can be randomly generated password. Using the MD5 method to generate keys for encryption. By the eclipse development.
AES
- AES加密程序,对一个文件或文档进行加密-AES encryption for encrypting a file or document
demo-rsa
- 文件加密和解密系统,基于RSA的文件系统。运用的java写的程序-File encryption and decryption system, RSA-based file systems. Programs written using the java
File encryption
- 使用这段JAVA程序可以给视频,图片等加密,并且在代码中调换文件在电脑中的位置就可以解密。(You can encrypt videos, pictures, etc., and decrypt them.)
JVMTI_ClassLoader
- 使用jvmti对加密的类进行解密,此文件为解密的dll源码(Using JVMTI to decrypt encrypted classes)