文档详情

java文件加密课程设计.docx

发布:2017-05-23约字共26页下载文档
文本预览下载声明
结业报告课程名称:网络安全技术设计题目:java实现文件加密系 别:***学院专 业:***************组 员:**************************起止日期*****************指导教师:***摘要目前世界范围内的信息安全问题越来越严重。解决信息安全问题涉及面很广,它包括技术,管理.制度,人员和法律等诸多方面,但最核心部分是密码技术。密码技术是实现一种变换,它使得对大量信息的保护变为对少量密钥的保护。本次结业设计以文件的加密与解密问题为主要研究讨论方向。先对加密技术进行查找资料。然后对加密方法进行概述,而后对3DES加密进行详细介绍何分析,并对结业设计成果进行演示,最后附上代码。由于本次结业设计时间仓促外加能力有限,有诸多不足之处以及可能存在某些为发现错误还请批评指正。感谢之至。关键词:加密 解密 密钥 3DESAbstractAt present, the problem of information security is more and more serious in the world. To solve the problem of information security involves a wide range, including technology, management, system, personnel and law, etc., but the most important part is the password technology. Password technology is to achieve a transformation, which makes the protection of a large number of information into a small number of key protection.The graduation project to document encryption and decryption issues as the main research and discussion. First, the encryption technology to find information. Then the encryption method is outlined, and then the 3DES encryption for detailed analysis, and the completion of the design results are demonstrated, and finally attached to the code. Due to the limited capacity of the completion of this graduation project, there are many deficiencies and there may be some to find errors also please criticism. Thanks to.项目总体分工项目名称Java文件实现文件加密项目协调人设计时间指导教师姓 名学 号专业班级项目分工资料收集,论文查找姓 名学号专业班级项目分工总体协调安排,代码编写姓 名学 号专业班级项目分工整理资料,论文编写姓 名学 号专业班级项目分工程序验证,测试可行性一.背景分析随着Internet的高速发展,很多日常工作和数据传输都放在Internet网上进行,大大提高了效率,降低了成本,创造了良好的效益。但是,由于Internet网络协议本身存在着重要的安全问题(IP包本身并不继承任何安全特性.很容易伪造出IP包的地址、修改其内容、重播以前的包以及在传输途中拦截并查看包的内容),使网上的信息传输存在巨大的安全风险:很可能传输的信息被别人截取,造成巨大的损失。针对这些问题,IETF(因特网工程任务组)发布了IP层安全标准IPSec(IP Security).其目的是为在Internet上的数据传输提供具有较强的互操作能力、高质量和基于密码的安全实现方法。IPSec提供了一种标准的、完善的以及包容广泛的机制,可用它为IP及上层协议(如UDP和TCP)提供安全保证。IPSec可保证主机之问、网络安全网关(如路由器或防火墙)之间或主机与安全网关之间的数据包的安全。因此,利用IPSec协议在公用网络上通过对传输的数据进行加密和验证,从而达到安全保密的目的,这已经成为网络安全的一个重要手段。本文主要介绍使用常用的对称算法数据加密标准DES(Data Encryption Standard)在Java环境下实现数据
显示全部
相似文档