欢迎来到天天文库
浏览记录
ID:5470156
大小:461.50 KB
页数:37页
时间:2017-12-14
《md5算法的研究与实现数据存储加密—计算机毕业设计(论文)》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业设计(论文)MD5算法的研究与实现------数据存储加密论文作者姓名:申请学位专业:申请学位类别:指导教师姓名(职称):论文提交日期:MD5算法的研究与实现------数据存储加密摘要随着网络技术的广泛应用,网络信息安全越来越引起人们的重视。针对数据在存储的时候存在大量的安全问题,目前通常将需要存储的数据进行加密然后再存储,应用MD5算法是一个不错的选择。MD5算法的全称是Message-Digestalgorithm5,是一种用于产生数字签名的单项散列算法。它的作用是让大容量信息在用数字签名软件签署私人密钥前被“压缩”成一种保密的格式,
2、即将一个任意长度的“字节串”通过一个不可逆的字符串变换算法变换成一个128bit的串。该毕业设计是运用microsoftvisualc++6.0软件而开发的,主要是通过算法实现数据的加密存储。文章分成五部分。第一,二部分描述了MD5的目前现状和相关理论知识,也让我们了解MD5的定义。重点是MD5的流程实现和封装DLL。在MD5算法的DLL封装这章,主要是描述我们为什么要选用封装DLL的原因,以及封装的好处。设计流程这一部分里包含读取,修改,插入,删除这几个功能的实现情况,并用流程图的方式来分别描述了这四大功能模块的实现过程。最后一部分显示了系统
3、测试的内容和系统主要功能运行界面图。关键词:信息安全;MD5;加密;封装TheResearchandImplementationforMD5Algorithm--------DataStorageandEncryptionAbstractWiththewideapplicationofthenetworktechnology,theinformationofthenetworksafetycausespeople'sattentionmoreandmore.Alargenumberofsecurityquestionsappearwhilest
4、oringdata,thedatathatusuallystoreneedingatpresentareencryptedthenstored,itisagoodchoicetouseMD5algorithm.ThefullnameofMD5algorithmisMessage-Digestalgorithm5,isthatakindofindividualeventusedforproducingfiguresandsignedbreaksupandarrangesalgorithms.Itsfunctionistoletlargecapac
5、ityinformation"compress"andbecomeakindofsecretformbeforesigningtheprivatekeywiththedigitalsignaturesoftware,vary"bytebunch"ofawantonlengthintoagreatintegerofone128bitthroughanirreversibleonebunchofalgorithmsofvaryingofcharacter.UsedMicrosoftVisualC++6.0softwareanddevelopedin
6、thisgraduationproject,ismainlytorealizethroughthealgorithmthattheencryptionofthedataisstored.Thearticleisdividedintofiveparts.ThefirstandsecondpartsaredescribingthecurrentsituationandrelevanttheoryknowledgeatpresentofMD5,letusunderstandthedefinitionofMD5.Thefocalpointisthepr
7、ocedureofMD5isrealizedandencapsulationtoDynamicLinkLibrary.InthischapterofencapsulationMD5classlibrarytoDynamicLinkLibrary,mainlydescribewhywewillselectencapsulationDynamicLinkLibraryforuse,andtheadvantageofencapsulation.Designthisofprocedureandincludereadinginthepart,revise
8、,insert,deletetherealizationsituationsofthesefunctions,andhasdescribedthere
此文档下载收益归作者所有