搜索资源列表
SDES_VC++
- S-DES加密算法输入为一个8位的明文组和一个10位的密钥,输出为8位的密文组,解密算法的输入则是一个8位的密文组和一个10位的密钥,输出位8位的明文组。解密过程是加密的逆。程序使用:读入一个文档文件,对其内容加密,输入密钥和选定存放生成密文的目录,点加密;解密操作与加密相似。-S-DES encryption algorithm for the importation of an eight expressly group and a 10 Key, Output for the eight-
evenFFT
- this file is even FFT, max point is 8192,this file \"fft4g.c\" is computer this file \"how_to_use_fft.c\" is call function \"fft4g.c\"-this file is even FFT, max point is 8192. this file "fft4g.c" is this computer file "how_ to_use_fft
jiakeji
- 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码
jiakeji1
- 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码
MyBase64
- Base64算法,This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application
MyImageWork
- 将信息隐藏到图像中。 AppWizard has created this MyImageWork application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a
CNG-AES-source-code
- The application wizard has created this CNGCryptFile application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.
Arc6
- private double PointToAngle(Point AOrigin, Point APoint) { if (APoint.X == AOrigin.X) if (APoint.Y > AOrigin.Y) return Math.PI * 0.5f else return Math.PI * 1.5f else if (APoint.Y == AOrigin.Y) if (APoint.X > AOrigin.X)
Arc5
- private double PointToAngle(Point AOrigin, Point APoint) { if (APoint.X == AOrigin.X) if (APoint.Y > AOrigin.Y) return Math.PI * 0.5f else return Math.PI * 1.5f else if (APoint.Y == AOrigin.Y) if (APoint.X > AOrigin.X)
MD5
- 能够实现对文件或是磁盘进行md5的计算 vc++ 只需要一个入口函数便可 完整源码,现成d-Can be achieved on paper or disk for the calculation of md5 vc++ can be only one entry point function complete source code, ready-made dll
T60alt
- 这是IBM T60型号的主板解密连接线位置图 按标下的点接线就可以解密了-This is the IBM T60 type of motherboard location map according to declassified cables under the standard point wiring can decrypt the Oh
UPXupack
- UPXupack 程序执行文件pe头检测,判断upx特征码,由此在(oep)程序入口点,savedump-UPXupack pe first test program execution files, judge upx signature, resulting in the (oep) program entry point, savedump
ecc
- ECC加密,对有理点阶的求法,程序简单使用,是搞密码算法的一个有用参考资料-ECC encryption, rational point of order on the request method, the program simple to use, is to carry out a useful reference for cryptographic algorithm
U2.0
- 内存注册机的使用方法如下: 把注册机下载后保存或解压到程序所在目录,执行注册机,原程序自动运行,选中注册框,在注册码输入栏内输入任意的字符,点确定,马上被内存注册机拦截,弹出正确的注册码,复制正确的注册码粘贴到注册码输入栏内点击注册便可完成注册!内存注册机只能用于相同版本软件,请注意核对版本号。 -Zhuceji memory usage is as follows: the Zhuceji download procedure to save or unzip to the dire
BignumberAndRSA
- 大数实现的代码,使用了DWORD,在c++下实现,为RSA算法做准备,欢迎指出不足-Lump sum for the implementation of the code, the use of the DWORD, at c++ under implementation, preparation for the RSA algorithm to do are welcome to point out that less than
aaa
- 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
NewalgorithmrequiringnopreprocessingforwidebandDOA
- 这是一篇讲述宽带信号DOA估计时一种不需要预估角度的聚焦矩阵的估计算法-This is a broadband signal on the DOA estimates do not need to forecast a focal point of the estimation algorithm matrix
MD5
- MD5算发的汇编实现 并简单的优化 将原来的几个简单点的函数用几条命令代理-MD5 calculation made simple compilation and optimization to achieve the original point of the function of a few simple commands with a few agents
Morse_code
- 编写一个程序,读入一个由英文单词组成的文件1.txt,然后把它编码成摩尔斯码写入文件2.txt,同时,根据声音长短发声(点号发短音,破折号发长音)。-The preparation of a program, read a document composed of English words 1.txt, and then encoding it into Morse code into the file 2.txt, at the same time, according to the le
64R4SDFpoint_FFT
- 该工程实现了一个64点FFT,verilog编写,采用R4SDF结构,通过Modelsim功能仿真,压缩包里有rtl代码,dc脚本,输出报告。-The project implements a 64-point FFT, verilog compiled by R4SDF structure, through the Modelsim functional simulation, compression bag with rtl code, dc scr ipt, the output repo
