欢迎来到天天文库
浏览记录
ID:26741209
大小:152.50 KB
页数:35页
时间:2018-11-29
《软件加密技术及实现29244》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、软件加密技术及实现摘 要 当今盗版软件的泛滥成灾几乎已经成为了我们中国民族软件的灾难,为了防止软件的非法复制、盗版,保护软件开发商的利益,就必须对软件进行加密保护。现在市面上有许多反盗版软件,但这类软件多是单机处理,并且只使用简单的加密手段,很容易被解密者破解。本文描述了一个通过Internet,集加密和电子注册于一身的完善的软件保护方案。该方案基于多种密码学意义上可靠的算法,如对称加密算法,散列算法,数字签名,密钥交换等等。通过对Windows下PE可执行文件的结构及载入机制进行深刻的剖析,巧妙的使用这些密码学算法及多种反破解方案对PE文件
2、进行加密保护。在该方案的实现中,使用CryptoAPI中的数字签名算法RSA,加密算法RC2和RC4,散列算法SHA,同时自己编写了使用了MD5算法用于快速计算大量数据的摘要;网络接口使用WinSocket;编程语言选用汇编语言和C++混合编程方式;反破解方案有检测文件完整性、检测代码完整性、反跟踪、反-反汇编、反Dump、代码变形等等。由于使用了可靠的密码学算法,使软件加密的强度大大提高;由于使用了Internet在线注册方式,用户使用也非常方便。关键词 加密;数字签名;散列;反跟踪;电子注册 SoftwareProtectiontechn
3、iqueanditsrealizationLEI Peng(GuiLinInstituteofElectronicTechnology.TheDepartmentofComputing)Abstract Thefloodingofpiratesoftwarehasbeenacalamityofournationalsoftwareindustry.Inordertopreventsoftwarefrompirate,andprotecttheprofitofthesoftwaredeveloper,theymustencrypttheirso
4、ftwaretogetaprotection.Thereareseveralsoftwareprotectiontoolsinthemarketcurrently,butthesetoolswerestandaloneninetenths,andtheyonlyusedsimpleencryptionalgorithms,sotheycouldbecrackedeasilybythecrackers.Thisthesisdescribesaperfectsoftwareencryptionandprotectionschemewhichinteg
5、ratetheencryptionandelectronicregister.Thisschemeisbasedonmultiplereliablecryptographicalgorithmssuchassymmetricencryptionalgorithm,digitalsignature,hashingandkeyexchange.ThePEfileformat(PortableExecutableFileFormat)anditsloadingmechanismunderWindowsaredissectedthoroughlyinth
6、isthesis.Thenthesecryptographicalgorithmsandseveralanti-crackmethodareusedgracefullytoencryptandprotectthePEfile.Withintherealizationofthisscheme,theRSAdigitalsignaturealgorithm,RC2andRC4encryptionalgorithm,SHAhasingalgorithmetcinMicroSoftCryptoAPIareused.Inordertoincreasethe
7、performaceofcaculatethedigestoflargenumberofdata,MD5hashingalgorithmwasrewritten.WinSocketAPI isusedasthenetworkinterface.TheblendofC++andassemblyareusedforeasilycontolingthebottomlayerofthesystemandsimplifytheprogramming.Theanti-crackmethodconsitstheintegralizationofthefilec
8、hecking,theintegralizationofthecodechecking,andanti-debug,anti-disas
此文档下载收益归作者所有