欢迎来到天天文库
浏览记录
ID:18130665
大小:376.50 KB
页数:26页
时间:2018-09-14
《asp.net论文基于c#的文档加密器的实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于C#的文档加密器的实现论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:基于C#的文档加密器的实现摘要随着计算机和通信技术的迅猛发展,大量敏感信息通过公共通信设施或计算机网络进行交换,特别是Internet的广泛应用、电子商务和电子政务的迅速发展,越来越多的个人信息需要严格保密,如银行账号、个人隐私等。正是这种对信息的机密性与真实性的需求,很有必要设计一个加密软件对其敏感信息加密。一个好的加密工具能够让用户方便快捷对重要信息进行有效保护,从而大大降低了公司的重要信息泄露的安全隐患,真正做到机密信息只供有权限
2、的用户查阅。本系统采用ASP.NET(C#)作为开发工具,系统主要功能包含:加密文件的密码设置、加密文件、解密密码的验证、解密文件等。加密功能需要扩展的方面有:对网络数据流加密和解密;对节点加密和节点解密;对数据打包封装,实现网络上使用密文传输;局部文本加密替换。此外,密钥的分配必须通过安全的渠道进行传输,因为密钥的管理是关系到整个加密方案的重要安全因素。关键词:DES加密器;ASP.NET(C#);文件加密;文件解密TheImplementationofaDocumentEncrypterBasedonC#AbstractWiththe
3、rapiddevelopmentofthecomputerandcommunicationtechnologies,largemountofsensitiveinformationareexchangedonthepubliccommunicationsfacilitiesorcomputernetworks.EspeciallyunderthesituationofthewidespreadoftheInternetapplications,suchasE-commerceandE-government,moreandmoreinfor
4、mation,suchasbankaccountnumbers,personalprivacy,needtobeencrypted.Suchrequirementforthesecrecyandauthenticitymakesitnecessarytodevelopanencryptertoencryptthesensitiveinformation.Thissystem,developedwithASP.NET(C#),primarilyincludessuchfunctionsassettingthepasswordofthedoc
5、umenttobeencrypted,encryptingthedocument,verifyingthedecryptionpasswordanddecryptingthedocument.Whatneedstoexpandincludeencryptinganddecryptingthenetworkdataordataonhosts;packagingdataontheInternetandimplementingencryptedtransmission;replacingpartialtextinencrypteddocumen
6、t.Besides,keysneedtobetransmittedonthesafetychannelbecausekeymanagementisthecriticalsafetyfactoroftheentiredocument.Userscanprotecttheirimportantdataandpreventtheunauthenticatedpersonsfromstealingtheinformationbyusingtheentrypter.Encryptionisthekeymeanstoprotecttheimporta
7、ntinformation,anddecryptionistorestoretheencrypteddatatomakeitreadable.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.1DES4
8、2.2DES算法详述52.3算法的编程实现82.4DES算法的应用误区及避开方法103软件设计与实现113.1程序结构图113.2关键代码的设计123.3开发完成程序调试截图174测试204.
此文档下载收益归作者所有