优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于DES加密算法的WORD加密插件的设计与实现(VB)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
毕业设计(www.think58.com)

摘  要
随着社会发展,社会进入信息时代。信息技术和信息产业正在改变传统的生产﹑经营和生活方式,信息已成为社会发展的重要战略资源。如今,Office办公文档已是日常办公生活中不可缺少的一部分,与此同时伴随而来的信息安全问题也日益突出。如何确保Word文档中的内容不被未授权的第三方所知,防止重要信息被随意改动,成为当务之急。如果在Word工具栏中添加一个加密插件,可以对文档全部内容或部分内容加密,便能有效防止信息泄漏。
本论文采用VB编写Word插件,通过采用Windows下的动态链接库技术(DLL),在VC中把DES算法封装起来做成DLL模块供VB调用,实现了开发加密插件时对加密函数的调用,提高了加密算法的效率。通过使用该插件在Word中添加的工具按键,便能简单有效地对文档内容加解密,使用户在操作WORD文档时更加方便安全。

[资料来源:THINK58.com]

关键词:加密插件;信息安全;COM组件;动态链接库

[资料来源:http://www.THINK58.com]


The Implementation of a Word Adding for Encryption Based on DES Encryption Algorithm
Abstract
With the development of the society, we are entering the information times. The traditional method of the product, the management and our life style are changed by the information technology and the information industries. The information has become the important strategic resources for the society development. Now, the Office documents have already become an essential part in people’s daily work, followed with this, the question of information security becomes critical day by day at the same time. How to prevent the content in the Word documents from being known or modified by the unauthorized third party has become an urgent issue. If we can add an encryption plug-in into the word toolbar, which is able to encrypt all or part of the Word document, the information leaking could be prevented efficiently.
The Word adding introduced in this paper is developed with VB, which calls the encryption and decryption functions in a Dynamic Link Library (DLL) that is developed with VC to enhance the efficiency of the encryption algorithm. By using this adding, users can encrypt or decrypt word document locally without leaving the Word.

[版权所有:http://think58.com]

Key words: Encryption plug-in unit Information security COM module DLL 
目  录
论文总页数:20页
1 引言 1
1.1选题背景 1
1.2选题意义 1
2理论基础 2
2.1 DES算法描述 2
2.1.1  DES算法框图 2
2.1.2  DES解密 3
2.1.3  DES算法原理 3
2.2  COM组件简介 5
2.2.1 组件 5
2.2.2 接口 6
2.2.3 创建 7
2.2.4 复用 8
2.3  插件简介 8
3 需求分析和方案设计 8
3.1 需求分析 8
3.1.1功能需求 8
3.1.2 开发环境 9
3.2 方案设计 10
4 程序的实现 10
4.1  VC建立DES算法模块 10
4.1.1 加密导出函数的定义 11
4.1.2解密导出函数的定义 11
4.1.3加解密相关函数的声名 11
4.2  VB编写WORD插件 12
4.2.1建立Word插件工程 12
4.2.2 Word代码的编写 14
5 测试 16
结    论 17
参考文献 18
致    谢 19
声    明 20
 
[版权所有:http://think58.com]

毕业设计(www.think58.com)