基于JAVA的文件加密解密

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

综合实践课程设计

题目基于java的文件加密解密设计

学院通信与电子工程学院

专业班级通信工程112班

学生姓名张

指导教师

2014年 12 月 31

摘要

自从Java技术出现以业,有关Java平台的安全性用由Java技术发展所引发的安全性问题,引起了越来越多的关注。目前,Java已经大量应用于各个领域,研究Java 的安全性对于更好地利用Java具有深远的意义。

使用Java的安全机制设计和实现安全系统更具有重要的应用价值。本课程设计,一共有四个模块分别为窗口模块、登录模块、加密模块、解密模块,其中加密、解密模块是两个核心模块。实现了带指定用户登录窗口并且登录后登录窗口自动关闭,运用“ab 互换”的简单算法实现对文件加密解密,对文件加密后原文件自动删除,对文件解密后加密后的文件自动删除的完整的文件加密解密设计。目前,用于文件加密解密的方法有很多,但大多数比较复杂,不太适合于对容量较大的文件进行加密,本次用Java设计的文件加密解密方法简单,运行时间短,适合对大容量的文件进行加密,有很高的利用价值。

关键词:窗口模块;登录模块;加密模块;解密模块;算法

Abstract

Since the advent of Java technology in industry, about the safety of the Java platform used by Java technology development caused by security issues, has attracted more and more attention. At present, the Java has a lot of applications in various fields, research the Java security for better use of Java has far-reaching significance. Security mechanism design and implementation using Java security system has important application value This course design, a total of four modules respectively window module, login module, encryption, decryption module, the module, the encryption and decryption module is two core modules Implements the specified user login window and login window automatically shut down after the login, using the "ab swap" simple algorithm to decrypt the file encryption, the original file automatically deleted after the file encryption, to decrypt the files encrypted files automatically deleted after complete file encryption to decrypt design. At present, used in file encryption to decrypt method are many, but most of the complex, is not suitable for the large capacity of file is encrypted, this design in the Java file encryption to decrypt method is simple, short operation time, suitable for large capacity file is encrypted, has very high use value.

Keywords:window module; The login module; Encryption module; Decryption module; algorithm

目录

摘要 ............................................................................................................................................... I Abstract ............................................................................................................................................ II 第1章绪论.. (1)

1.1 概述 (1)

1.2 研究现状 (1)

1.3应用现状 (2)

第2章系统整体设计思路 (3)

2.1 程序操作流程图 (3)

2.2 实现整体功能简介 (4)

第3章系统各模块的简介 (5)

3.1 窗口操作模块 (5)

3.1.1窗口设计过程 (5)

3.1.2实现所用关键代码简述 (6)

3.2 登录操作模块 (7)

3.2.1登录设计过程 (7)

3.2.2实现所用关键代码简述 (7)

3.3 加密操作模块 (9)

3.3.1加密设计过程 (9)

3.3.2实现所用关键代码简述 (10)

3.4 解密操作模块 (11)

3.4.1解密设计过程 (12)

3.4.2实现所用关键代码简述 (12)

第4章运行调试 (14)

4.1 加密模块 (14)

4.2 解密模块 (15)

参考文献 (17)

附录 (18)

致谢 (24)

相关文档
最新文档