基于USBKEY的文件加密工具
——USBkey管理系统
摘要
随着信息技术的飞速发展,文件的安全性越来越被重视。为了实现对个人重要信息的加密,防止别人窃取个人的文件信息,提高文件的安全性,文件加密成为了一个重要的课题。
本设计为了解决用户记忆烦琐的密码问题,以软、硬件相结合的方式,实现了文件加密和解密的功能。具有操作简单、稳定性高、兼容性好、速度快等特点。该系统使用Rockey2加密锁,用Delphi进行开发。本系统分为两部分,一部分是文件的加密解密;另一部分是加密锁的管理工具。后一部分由本人完成。
本文主要介绍了USBKEY文件加密工具的总体设计和详细设计思路以及应用和编码。在总体设计中主要介绍了设计该工具的需求分析、系统的选型、以及Rockey2加密锁的介绍。在详细设计中主要介绍了系统功能的分析、Rockey2加密锁的内存分配、以及数据库的〖本文来自:毕业设计论文网www.paper51.com〗相关设计。在应用和编码部分主要介绍了硬件的安装,初始化、写用户名和密码的应用和编码,管理界面的设计以及数据库的相关操作。最后介绍了系统的不足以及改进方案。
关键字:USB;加密;Delphi;管理
TheFilesEncryptionToolBasedonUSB-KEY
——USB-KEYManagementSystem
Abstract
WiththerapiddevelopmentofIT,thesecurityofthefileshasbeenincreasinglyattention.Toimplementencryptionforimportantpersonalinformation,preventingothersthatstealpersonalinformation,improvingthesecurityofthedocument,encryptionhasbeenaveryimportanttopic.
Thisdesignaimstosolvetheproblemthatuserspasswordsareremembereddifficulty,implementthefunctionsofencryptionanddecryptionfordocumentsbythecombinationofsoftwareandhardware.Ithasmanycharacteristics,suchassimple,stable,goodcompatibility,speedandsoon.ThesystemusesRockey2USBKey,developedwithDelphi.Thissystemhastwoparts,onepartmarkisthedocumentencryptiondeciphering;anotherpartoftheadministrationimplementbeingtoencryptalock.Thequeenpartiscompletedbyme.
Thispaperintroducesthebriefdesign,detaileddesign,theapplicationandcodingofUSBKEYfileencryptiontool.Itintroducestherequirementsanalysis,thesystemselectionforthedesign,andRockey2encryptioninthebriefdesign.Anditintroducesthemainfunctionsofthesystemanalysis,thememoryallocationofencryptionRockey2,andtherelateddatabasedesigninthedetaileddesign.Besides,intheaspectofapplicationandcoding,itmainintroducesthehardwareinstallation,initialization,writingusers’name,passwordsforapplicationandcoding,anddesignofmanagementinterface,operationofthedatabase.Finally,itintroducestheshortcomingsofthesystemandhowtoimproveit.
Keyword:USB;Encryption;Delphi;Management.
目录
论文总页数:22页
1引言1
1.1选题背景1
1.2国内外研究现状1
1.3本设计研究的意义1
1.4本设计研究的方法1
2USBKEY文件加密工具总体设计2
2.1USBKEY文件加密工具需求分析2
2.2系统选型3
2.2.1设计语言:Delphi3
2.2.2数据库的选择4
2.2.3开发工具的选择4
2.2.4开发硬件的选择5
2.3ROCKEY2加密锁5
2.3.1Rockey2加密锁简介5
2.3.2Rockey2加密锁特点5
2.3.3Rockey2加密锁优点5
2.3.4Rockey2加密锁要点说明6
3USBKEY文件加密工具系统详细设计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查看客户模块的设计16
4.2.6Rockey初始化模块16
4.3数据库操作18
结论19
参考文献20
致谢21
声明22
参考文献
[1]林华聪,余剑锋.Delphi6数据库设计思想与实践[M],冶金工业出版社,2002.10
[2]郭旭,周建明.Delphi6应用开发指南[M],清华大学出版社,2002.1
[3]李维.Delphi7高效数据库程序设计[M],机械工业出版社,2003.1
[4]刘子锐.Delphi数据库开发自学教程[M],清华大学出版社,2003.9
[5]吴天准.Delphi7程序设计技巧与实例[M],中国铁道出版社,2003.5