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