搜索资源列表
James
- James病毒 Complier: MASM32 Debuged: Under windows2000/XP 使用Mapping来感染,以前是在文件上操作; 使用了SEH。现在还没什么用,以后会利用SEH来ANTI-VM的;使用了简单的xor来加密代码,防止静态分析;加入反跟踪代码; -James virus Complier : MASM32 Debuged : Under windows2000/XP use Mapping to infection,
encrypt
- 编写简单的加密程序它把一个文件的所有字母按下列规律进行 换,非字母的字符保持不变。文本可以自行创建,文件名可以自定 转换规律:‘A’→‘Z’,‘B’→‘Y’,• •
virus
- 一个用汇编写的小病毒,这个病毒虽然比较简单。但是麻雀虽小,五脏俱全。隐藏,感染,加密等模块应有尽有(只是不会破坏),是一个比较标准的DOS病毒,可以感染.EXE(不包括PE)和.COM的可执行文件。是进一步学习汇编的好
DESjiamihejiemi
- 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
jiami
- 简单加密算法,用于传输数据的加密,算法比较简单-Simple encryption algorithm for data encryption, the algorithm is relatively simple
dataencrypt
- 一个用汇编写的超级简单的数据加密例子程序,测试过可以运行-data encrypt using assembly language
RightHuan
- 简单汇编程序 实现简单的文件加密解密 直接点击exe文件即可运行 附带源码 -Simple assembler to achieve a simple file encryption and decryption can be run directly click on exe file with source code
mini1
- asm的简单的数据加密解密和数据格式转换程序。-an asm program for data encryption and decryption and format conversion.
YESNO
- 简单密码比较程序,密码是1234 没做加密处理-Simple password comparison procedures, the password is encrypted 1234 did not do
huibianyuyan
- 一份简单的毕业设计.掌握8086汇编语言程序设计方法,设计不同的加密算法并完成对数据的加密和解密工作。-A simple graduation design. 8086 assembly language programs to master design methodology, design and completion of different encryption algorithms for data encryption and decryption work.
555
- 这个病毒虽然比较简单。但是麻雀虽小,五脏俱全。隐藏,感染,加密等模块应有尽有(只是不会破坏),是一个比较标准的DOS病毒,可以感染.EXE(不包括PE)和.COM的可执行文件。-kak
writecodeinsertepe
- 代码自己重写方便以后自己的代码段防止邪路数据和加密简单有效的办法-Code rewrite their own code segment to facilitate future data and encrypted to prevent the wrong road, a simple and effective way to
bianxing
- 病毒由无加密到简单加密发展到变形病毒.早期的简单加密病毒工作范例如下: -Virus from no encryption to the development of simple encryption to the deformation of the virus. Early example of a simple encrypted virus work as follows:
A-string-of-encryption-and-decryption
- 简单的用汇编语言设计字符串的加密与解密。关键是显示部分,挺好玩的-Design a simple assembly language string encryption and decryption. The key is to show some really fun
asm
- 几个简单的汇编语言程序源代码加密空间米哦方便-knfgdjgiodfjoigjgfjhogkhnhyjuyjuykilkoiltgthyjujmj
caser
- 一个用于凯撒加密和解密的程序,界面比较简单,适合初学者。-For Caesar encryption and decryption process, the interface is relatively simple, suitable for beginners.
RSA-CPP
- RSA算法非常简单,概述如下: 找两素数p和q 取n=p*q 取t=(p-1)*(q-1) 取任何一个数e,要求满足e<t并且e与t互素(就是最大公因数为1) 取d*e t==1 这样最终得到三个数: n d e 设消息为数M (M <n) 设c=(M**d) n就得到了加密后的消息c 设m=(c**e) n则 m == M,从而完成对c的实现-RSA algorithm is very simple, are summarized as follows: find two prim
Encrypt
- 用win32汇编语言编写的实现简单文件加密解密。-win32 assembly language to achieve simple file encryption and decryption.