资源简介
这是本人完成的课程设计,内容是用java语言实现对文件的加密解密操作,算法采用的是3DES
代码片段和文件信息
package net.sourceforge.jfilecrypt;
//Download to http://www.codefans.net
//~--- JDK imports ------------------------------------------------------------
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.security.*;
import java.util.Enumeration;
import java.util.Properties;
import java.util.Vector;
import java.util.zip.*;
import javax.crypto.*;
import javax.crypto.spec.*;
import javax.swing.*;
import javax.swing.event.*;
//~--- classes ----------------------------------------------------------------
public class jFileCryptframe extends Jframe {
private static final long serialVersionUID = 1L;
private JButton btChoose = new JButton();
private JProgressBar pbCryptProgress = new JProgressBar();
private JPasswordField pfPassword = new JPasswordField();
private JLabel lbAlgorithm = new JLabel();
private JLabel lbSource = new JLabel();
private JTextField tfSourceFile = new JTextField();
private JLabel lbPassword = new JLabel();
private JComboBox cmbAlgorithm = new JComboBox();
private JComboBox cmbCompressionLevel = new JComboBox();
private JButton btDecrypt = new JButton();
private JButton btEncrypt = new JButton();
private JFileChooser fchooser = new JFileChooser();
private JCheckBox chbUseCompression = new JCheckBox();
private Properties prop = new Properties();
private long read = 0;
private int start_for_entry_path = 0;
private String dir_for_encrypted =““;
private long size_all_files = 0;
//~--- constructors -------------------------------------------------------
/**
* This is the main-constructor. It calls the @see jbinit() method.
*/
public jFileCryptframe() {
super();
try {
jbInit();
} catch (Exception e) {
e.printStackTrace();
}
}
//~--- methods ------------------------------------------------------------
private void decrypt(final File f) {
if(f.isDirectory()) {
File[] files = f.listFiles();
for(int i = 0; i decrypt(files[i]);
}
} else {
new Thread() {
public void run() {
try {
String kind = (String) cmbAlgorithm.getSelectedItem(); // Which algorithm?
int index = kind.indexOf(“(“);
kind = kind.substring(0 index);
Cipher c = Cipher.getInstance(kind);
Key k = new SecretKeySpec(
new String(pfPassword.getPassword()).getBytes() kind);
c.init(Cipher.DECRYPT_MODE k);
String filename = f.getCanonicalPath();
if(filename.endsWith(prop.getProperty(kind))) {
filename = filename.substring(
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-05-29 23:44 很强的Java加密解密算法源码\
文件 48 2014-05-14 22:23 很强的Java加密解密算法源码\JAVA资料_JAVA论坛_软学源JAVA学习社区.url
目录 0 2008-12-14 18:10 很强的Java加密解密算法源码\net\
目录 0 2008-12-14 18:10 很强的Java加密解密算法源码\net\sourceforge\
目录 0 2008-12-14 18:10 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\
文件 4007 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 1117 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 5180 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 1121 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 1115 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 3691 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 1115 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 860 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 860 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 869 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 861 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 4065 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 770 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 13189 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 23783 2008-12-14 18:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 2014 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 2505 2006-01-08 11:02 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptfr
文件 1363 2006-09-21 15:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptMain.class
文件 1196 2008-12-14 18:09 很强的Java加密解密算法源码\net\sourceforge\jfilecrypt\jFileCryptMain.java
文件 387 2014-05-14 22:26 很强的Java加密解密算法源码\www.084210.com.txt
相关资源
- mysql数据处理,java用户登录处理
- 法律咨询信息系统(java+jsp+sqlserver)
- Java快速开发平台源码(renren-fast)
- 锐聘学院QST青软JavaWeb十二个打包
- 3.3.6微信支付JAVA版demo
- javaweb网上购物系统源码(附数据库脚
- javaweb校园宿舍系统(附数据库脚本)
- JavaWeb书城项目(附数据库脚本)
- 基于JAVA_JSP电子书系统(源码+数据库
- Java网络编程知识点总结.xmind
- 一站式Java网络编程 BIO-NIO-AIO资料源码
- jsp讲解
- 基于SSH框架的JavaWeb项目—人员信息管
- javaweb实现的邮件收发系统(附数据库
- Java 仿QQ(附客户端以及服务端源码)
- Java TCP IP Socket
- java定时发送邮件(基于quartz)
- Java Swing开发的《星际争霸》游戏
- java+数据库商品交易管理系统(附数据
- 使用java语言编译一个计算器
- java swing工资管理系统(源码+数据库
- JAVALibrary
- 微信企业号回调模式Java版
- 顺丰丰桥接口开发详细教程源码含下
- Java博客概要设计文档
- 药品进销存管理系统(论文范文_JSP
- 奖学金管理系统java+jsp+mysql
- 毕设参考——基于java酒店管理
- Java写的一个简单的字体更改程序
- java8学习教程之lambda表达式的使用方法
评论
共有 条评论