基于USB KEY的文件加密工具—— USB key管理系统
摘 要
随着信息技术的飞速发展,文件的安全性越来越被重视。为了实现对个人重要信息的加密,防止别人窃取个人的文件信息,提高文件的安全性,文件加密成为了一个重要的课题。
本设计为了解决用户记忆烦琐的密码问题,以软、硬件相结合的方式,实现了文件加密和解密的功能。具有操作简单、稳定性高、兼容性好、速度快等特点。该系统使用Rockey2加密锁,用Delphi进行开发。本系统分为两部分,一部分是文件的加密解密;另一部分是加密锁的管理工具。后一部分由本人完成。http://www.16sheji8.cn/
本文主要介绍了USB KEY文件加密工具的总体设计和详细设计思路以及应用和编码。在总体设计中主要介绍了设计该工具的需求分析、系统的选型、以及Rockey2加密锁的介绍。在详细设计中主要介绍了系统功能的分析、Rockey2加密锁的内存分配、以及数据库的相关设计。在应用和编码部分主要介绍了硬件的安装,初始化、写用户名和密码的应用和编码,管理界面的设计以及数据库的相关操作。最后介绍了系统的不足以及改进方案。
关键字:USB;加密;Delphi;管理
The Files Encryption Tool Based on USB-KEY
—— USB -KEY Management System
Abstract
With the rapid development of IT, the security of the files has been increasingly attention. To implement encryption for important personal information, preventing others that steal personal information, improving the security of the document, encryption has been a very important topic. http://www.16sheji8.cn/
This design aims to solve the problem that users passwords are remembered difficulty, implement the functions of encryption and decryption for documents by the combination of software and hardware. It has many characteristics, such as simple, stable, good compatibility, speed and so on. The system uses Rockey2 USB Key, developed with Delphi. This system has two parts, one part mark is the document encryption deciphering; another part of the administration implement being to encrypt a lock. The queen part is completed by me.
his paper introduces the brief design, detailed design, the application and coding of USB KEY file encryption tool. It introduces the requirements analysis, the system selection for the design, and Rockey2 encryption in the brief design. And it introduces the main functions of the system analysis, the memory allocation of encryption Rockey2, and the related database design in the detailed design. Besides, in the aspect of application and coding, it main introduces the hardware installation, initialization, writing users’ name, passwords for application and coding, and design of management interface, operation of the database. Finally, it introduces the shortcomings of the system and how to improve it.
Key word: USB; Encryption; Delphi; Management.
目 录
论文总页数:22页
1 引 言 1http://www.16sheji8.cn/
1.1选题背景 1
1.2国内外研究现状 1
1.3本设计研究的意义 1
1.4本设计研究的方法 1
2 USB KEY文件加密工具总体设计 2
2.1USB KEY文件加密工具需求分析 2
2.2系统选型 3
2.2.1设计语言:Delphi 3
2.2.2数据库的选择 4
2.2.3开发工具的选择 4
2.2.4开发硬件的选择 5
2.3 ROCKEY2加密锁 5
2.3.1 Rockey2加密锁简介 5
2.3.2 Rockey2加密锁特点 5
2.3.3 Rockey2加密锁优点 5
2.3.4 Rockey2 加密锁要点说明 6
3 USB KEY文件加密工具系统详细设计 6
3.1 系统功能模块分析 6
3.2ROCKEY2加密锁内存分配 7
3.2数据库设计 8
3.2.1数据库需求分析 8
3.2.2数据库实体关系设计 8
3.2.3数据库逻辑设计 9
4应用以及编码 10
4.1初始化以及写密码的过程的应用与编码 10
4.2管理界面的设计 12
4.2.1管理主界面设计 12
4.2.2分类管理模块的设计 13
4.2.3添加客户模块的设计 14
4.2.4编辑客户模块的设计 15
4.2.5查看客户模块的设计 16http://www.16sheji8.cn/
4.2.6 Rockey 初始化模块 16
4.3数据库操作 18
结 论 19
参考文献 20
致 谢 21
声 明 22
1 引 言
1.1选题背景
随着社会高科技,商品经济化突飞猛进的发展,计算机的应用已经普及到经济和社会生活的各个领域。长期以来人们使用各种加密技术以保证计算机中信息的安全,防止被一些有不良用心的人看到或则破坏。在信息时代,信息可以帮助团体和个人,使他们受益,同时,信息也可以对他们构成威胁,造成破坏。在激烈竞争的社会中,大家都会想尽办法获取对方的资料。因此客观上就需要有一种强有力的安全措施来保护我们的机密数据不被窃取和破坏。
1.2国内外研究现状
在日常的应用中,面对很多熟知的压缩软件和加密软件,例如WinRaR、WinZip等,这些软件也逐渐成为了当前大家默认的业界应用标准。然而,也正是它们的通用性和普遍性使它们缺乏个性化的应用特色,采用口令保护的方式对压缩文件进行加密也是形同虚设,有许多破解软件都能够轻而易举地获取口令。面对WinRaR和WinZip自身的不足。比如密码太长用户就不方便记忆,有可能会忘记,密码太短又会不安全。如果利用扩展硬件(USB Key)来进行文件的加密和解密,那么就可以有效避免上面的问题。因此这样就不需要手工来进行密码的输入,而将加密和解密的密码是保存在扩展硬件当中的。