登录
首页 » Visual C++ » dpa

dpa

于 2011-05-31 发布 文件大小:3615KB
0 251
下载积分: 1 下载次数: 67

代码说明:

  用差分功耗分析的方法破解DES算法的源码通过300组密文分析,可以破解出密钥(Differential power analysis method with the DES algorithm source code crack)

文件列表:

dpa
...\Debug
...\.....\dpa.exe,135680,2011-05-25
...\.....\dpa.ilk,368592,2011-05-25
...\.....\dpa.pdb,617472,2011-05-25
...\dpa
...\...\Debug
...\...\.....\CL.read.1.tlog,4126,2011-05-25
...\...\.....\CL.write.1.tlog,208,2011-05-25
...\...\.....\d.obj,129784,2011-05-25
...\...\.....\dpa.exe.embed.manifest,406,2011-05-25
...\...\.....\dpa.exe.embed.manifest.res,472,2011-05-25
...\...\.....\dpa.exe.intermediate.manifest,381,2011-05-25
...\...\.....\dpa.lastbuildstate,46,2011-05-25
...\...\.....\dpa.log,1807,2011-05-25
...\...\.....\dpa_manifest.rc,196,2011-05-25
...\...\.....\link-cvtres.read.1.tlog,2,2011-05-25
...\...\.....\link-cvtres.write.1.tlog,2,2011-05-25
...\...\.....\link.read.1.tlog,2486,2011-05-25
...\...\.....\link.write.1.tlog,512,2011-05-25
...\...\.....\mt.read.1.tlog,366,2011-05-25
...\...\.....\mt.write.1.tlog,230,2011-05-25
...\...\.....\rc.read.1.tlog,338,2011-05-25
...\...\.....\rc.write.1.tlog,210,2011-05-25
...\...\.....\vc100.idb,199680,2011-05-25
...\...\.....\vc100.pdb,241664,2011-05-25
...\...\dpa.vcxproj,3981,2011-05-25
...\...\dpa.vcxproj.filters,953,2011-05-25
...\...\dpa.vcxproj.user,143,2011-05-25
...\dpa.cpp,41984,2011-05-25
...\dpa.sdf,5722112,2011-05-25
...\dpa.sln,876,2011-05-25
...\ipch
...\....\dpa-7d10995d
...\....\............\dpa-1b272aa1.ipch,15138816,2011-05-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 22
    说明:  项目管理运用,基于C++语言环所编写的,进行相关需求分析(The application of project management, based on the C++ language loop, carries out the related requirements analysis)
    2018-01-13 22:31:55下载
    积分:1
  • sicily
    这是一个Sicily上的题目,可供大家参考(This is a topic on Sicily)
    2010-10-10 19:54:08下载
    积分:1
  • MTKcallhistoryoperate
    什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明了一个人是否具备完成大型工程的能力。 (makefile)
    2010-02-22 15:39:02下载
    积分:1
  • CalcSolver
    VB版高级功能计算器,除了具有数学运算外,还包括三角函数、反三角函数、双曲三角函数、绝对值等运算,还可以进行一些比较复杂的表达式计算。它还有函数绘图、数据统计和自定义常数等功能。(VB version of the advanced features calculators, arithmetic addition, but also includes trigonometric functions,反三角函数, hyperbolic trigonometric functions, such as computing the absolute value can also be used for the expression of some of the more complex calculation. It also has function mapping, data and custom features such as constant.)
    2021-01-19 07:28:42下载
    积分:1
  • icePubDll
    获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0; HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll"); if(hDLLDrv) { icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo"); } icePub_machineGetInfo(3,buff); str1=buff; int i=0; int n=0; n=str1.length(); qDebug()<<n; for(i=0;i<n;i+=2) { temp=buff[i]; buff2[i+1]=temp; buff2[i]=buff[i+1]; } QString str2=buff2; qDebug()<<buff2; qDebug()<<str2; }(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
    2017-12-28 11:45:08下载
    积分:1
  • 6363734
    VB中列表分页模型的实例源代码,有需要的就下载吧。(List paging model in VB source code examples, there is a need to download it.)
    2013-08-15 17:36:14下载
    积分:1
  • 《LabVIEW 8.20程序设计从入门到精通》程序
    显示实时时钟,按键多功能,报警功能,温度功能(Display real-time clock, button multi-function)
    2017-06-19 16:26:54下载
    积分:1
  • xunxingVER1.1
    寻找卫星的程序,可以设置不同的城市,程序快速计算卫星的仰角和方位角,还有最重要的偏移角(Find satellite program, you can set a different city, the program quickly calculate the satellite elevation and azimuth, as well as the most important offset angle)
    2020-06-26 15:00:01下载
    积分:1
  • ERLANG
    爱尔兰B公式的计算器,可以给定任意a,s,B中的2个,计算另一个,MFC(Ireland B formula calculator, you can determine the arbitrary a, s, B in two, another calculation, MFC)
    2013-05-29 15:39:11下载
    积分:1
  • qujainfugai
    算法设计课本的第四章区间覆盖问题作业题的实现(Operation problem of interval coverage problem in fourth chapters of algorithm design)
    2017-12-15 17:57:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载