你好,欢迎来到经管之家 [登录] [注册]

设为首页 | 经管之家首页 | 收藏本站

英特网上传输文件的签名与验证程序_通信工程专业论文

发布时间:2014-07-02 来源:人大经济论坛
通信工程专业论文 目录 摘 要 II ABSTRACT III 第一章 绪论 1 1.1课题背景 1 1.2 国内外数字签名技术的研究现状 2 1.3 任务要求和目标 5 1.4实现条件和方案的选择 6 第二章 数字签名技术原理 8 2.1 数字签名的基本原理 8 2.1.1数字签名的定义 8 2.1.2数字签名的功能和应用 9 2.2 数字签名算法 11 2.2.1 数字签名算法概述 11 2.2.2 RSA签名算法 12 2.2.3 MD5算法简介 13 2.3 数字签名在Java中的实现方法 15 第三章 软件设计 19 3.1 软件设计思路 19 3.2 系统框图 20 3.2.1 程序流程图 20 3.2.2程序模块图 21 3.3 系统详细设计 23 3.3.1 客户端程序 23 3.3.2 服务器端程序 26 3.3.3 利用Sokcet实现Winsock通信 29 第四章 软件测试与分析改进 33 4.1 系统整体功能测试 33 4.2 客户端功能测试 34 4.3 服务器端功能测试 35 4.4 软件性能整体分析与改进 37 第五章 总结 39 结束语 40 参考文献 41 附录 42 附录 42 附录 47 摘 要 随着Internet的快速发展,对网络信息安全提出了更高的要求,而数字签名技术在保证数据的完整性、私有性和不可抵赖性方面起着极为重要的作用,占据特别重要的地位。 本文设计了一个数字签名及签名验证系统。该系统基于RSA和MD5算法以及 Winsock通信,并利用Java作为编程语言,JCreator作为开发工具,成功实现了对选定文件进行数字签名及其签名验证。 系统由客户端和服务器端两部分组成。客户端能对任意选定文件进行数字签名,并保存签名和公钥,然后通过Winsock通信将签名和公钥发送到服务器端。服务器为多线程服务器,能够处理多个客户端连接,接收它们发送过来的签名和公钥,然后对签名进行验证。 本设计最大的特点是利用了Java安全API中数字签名的功能和Java强大的网络功能,直接调用Java的内部函数实现了数字签名,利用Java中的Socket实现了Winsock通信,使得数字签名和Winsock通信的实现简化了许多。 因此,本文设计的是一个操作方便、功能齐全的简单的数字签名及签名验证系统。 关键词  数字签名,签名验证,RSA, MD5算法, Winsock通信,Java ABSTRACT Rapidly increase of Internet is making more higher demands on the security of network information,while digital signature technology plays a very important role and occupies an especially important place in assureing the integrity , privateness and non-repudiction of data. This article designed a digital signature and signature verification system. Using java as program language and JCreator as development tool,this system which is based on RSA and MD5 algorithm and Winsock communication, succeeded in implementing signature and signature verification for any files chosen. The system consists of client-side and server-side. The client-side is able to sign any file chosed , save its signature and public key,and then send them to server-side by Winsock communication. The server-side which is a multi-thread server, is able to deal with multiple connections of client-side,receive signature and public key sended by them,and then verify the signature. This design has a major characteristic,which is that making use of functions of signature in java’s security API and java’s powerful network functions.The design directly used functions inner java to implement digital signature ,used socket inner java to implement winsock communication,which maked it much more simple to implement digital signature and winsock communication. Therefore,this article designed a simple digital signature and signature verification system with simple operation and complete functions. KEY WORDS  digital signature, signature verification, RSA, MD5 algorithm, winsock communication,Java
经管之家“学道会”小程序
  • 扫码加入“考研学习笔记群”
推荐阅读
经济学相关文章
标签云
经管之家精彩文章推荐