欢迎来到天天文库
浏览记录
ID:6332018
大小:336.00 KB
页数:19页
时间:2018-01-10
《毕业设计(论文)-文档加密器的开发及测试》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、文档加密器的开发及测试摘要随着计算机和通信技术的迅猛发展,大量敏感信息通过公共通信设施或计算机网络进行交换,特别是Internet的广泛应用、电子商务和电子政务的迅速发展,越来越多的个人信息需要严格保密,如银行账号、个人隐私等。正是这种对信息的机密性与真实性的需求,很有必要设计一个加密软件对其敏感信息加密。一个好的加密工具能够让用户方便快捷对重要信息进行有效保护,从而大大降低了公司的重要信息泄露的安全隐患,真正做到机密信息只供有权限的用户查阅。本系统采用ASP.NET(C#)作为开发工具,系统主要功能包含:加密文件的密码设置、加密文件、解密密
2、码的验证、解密文件等。加密功能需要扩展的方面有:对网络数据流加密和解密;对节点加密和节点解密;对数据打包封装,实现网络上使用密文传输;局部文本加密替换。此外,密钥的分配必须通过安全的渠道进行传输,因为密钥的管理是关系到整个加密方案的重要安全因素。关键词:DES加密器;ASP.NET(C#);文件加密;文件解密TheImplementationofaDocumentEncrypterBasedonC#AbstractWiththerapiddevelopmentofthecomputerandcommunicationtechnologies,
3、largemountofsensitiveinformationareexchangedonthepubliccommunicationsfacilitiesorcomputernetworks.EspeciallyunderthesituationofthewidespreadoftheInternetapplications,suchasE-commerceandE-government,moreandmoreinformation,suchasbankaccountnumbers,personalprivacy,needtobeencr
4、ypted.Suchrequirementforthesecrecyandauthenticitymakesitnecessarytodevelopanencryptertoencryptthesensitiveinformation.Thissystem,developedwithASP.NET(C#),primarilyincludessuchfunctionsassettingthepasswordofthedocumenttobeencrypted,encryptingthedocument,verifyingthedecryptio
5、npasswordanddecryptingthedocument.Whatneedstoexpandincludeencryptinganddecryptingthenetworkdataordataonhosts;packagingdataontheInternetandimplementingencryptedtransmission;replacingpartialtextinencrypteddocument.Besides,keysneedtobetransmittedonthesafetychannelbecausekeyman
6、agementisthecriticalsafetyfactoroftheentiredocument.Userscanprotecttheirimportantdataandpreventtheunauthenticatedpersonsfromstealingtheinformationbyusingtheentrypter.Encryptionisthekeymeanstoprotecttheimportantinformation,anddecryptionistorestoretheencrypteddatatomakeitread
7、able.Keywords:TheDESencrypter;ASP.NET(C#);Documentencryption;theDocumentdecryption目录论文总页数:22页1引言11.1课题背景11.2国内外研究的现状11.2.1公钥密码11.2.2分组密码21.2.3序列密码21.2.4认证码31.2.5数字签名41.3本课题研究的意义41.4本课题的研究方法42DES算法描述42.1DES42.2DES算法详述52.3算法的编程实现82.4DES算法的应用误区及避开方法103软件设计与实现113.1程序结构图113.2关键代
8、码的设计123.3开发完成程序调试截图174测试204.1加密方面的测试实验用例204.2解密方面的测试实验用例20结论20参考文献201引言1.1课题背景密码技术
此文档下载收益归作者所有