搜索资源列表
加密解密技术内幕
- 加密解密技术内幕 第1章 PE文件格式深入研究 1.1 PE文件格式格式纵览 1.1.1 区块(Section) 1.1.2 相对虚拟地址(Relative Virtual Addresses) 1.1.3 数据目录 1.1.4 输入函数(Importing Functions) 1.2 PE文件结构 1.2.1 The MS-DOS头部
Md5验证资源更改
- 让程序启动时用Md5的加密解密算法来验证本程序的资源是否被更改过。是一个完整的vc工程-allow commencement Md5 with the encryption and decryption algorithms to verify the procedures whether the resources were changed. It is a complete engineering vc
制作加密文本文件程序
- 制作加密文本文件程序1.原理从源文本文件中按顺序读出每一个字符,然后把读出的字符转换为相应的ASCII码,将此ASCII码加上整数密钥Key,最后把所得结果再转回相应的字符并同时把它写入到另外一个文件中,这就是加密过程。解密码过程与加密过程刚好是相反的操作。2.界面设计新建一个工程,在Form1中添加一个Label,一个Edit和两个Button,程序的界面设置与布局如图所示。图一 界面布局-encryption produced a
PrjTestForMapCodeBase32
- 加密解密算法 32位哈希加密 这是一个包含测试环境的工程,运行可以测试结果.-encryption and decryption algorithms 32 Haxijia secret This is a test environment includes the engineering, operational test results.
TestEnDeYC
- 一个aes的加密解密的简单的演示工程,现在还只能在debug模式下运行,release模式正在调试。-an encryption and decryption of the simple demonstration project is still only in debug mode, and release mode debugging.
EncryptFileAndText
- 此工程实现了对文件,文件夹,字节流的加密,解密,使用了AES加密,界面简单实用-this project to achieve the right files, folders, byte-stream encryption, decryption, using AES encryption, simple and practical interface
wugacsp
- 这两个工程主要用CSP 1、CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证。 2、CSTTEST2 写的比前个好些,但是平时上班,下班自己也要写论文,所以花的时间也不太多,很多地方都偷懒了。比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入,还有就是会话密钥的操作。-these t
RSA_easy
- RSA算法加密和解密。作为理解RSA算法非常好的程序,但不能用于工程中,因为本程序只支持很小的规模。-RSA encryption and decryption. RSA understood as a very good procedures, but not for the project, because the procedure will only support a very small scale.
desVc++
- des加密解密vc++完整实现,包括可以直接运行的exe文件,工程文件dsw,dsp,供大家参考学习-des encryption and decryption vc integrity to achieve, including the direct operation of the exe file, engineering document dsw, dsp, for your reference learning
Multi_BooksManager-V1.6
- 声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。 软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系统信息、用户手册、 加密解密、收发email
rsa1
- RSA加密解密及RSA签名和验证,程序的一些工程都包括,需要修改下 -RSA encryption and decryption and RSA signatures and authentication procedures for a number of projects are included, need to be amended under
eflow
- 从国外网站上下载的关于 逆向工程和协议分析练习 的一个分析文档 对你的加密与解密很有帮助-From abroad website on reverse engineering and protocol analysis of a practice analysis of the document to your encryption and decryption helpful
freelock
- 用vc++实现的文件加密、解密工具,工程中实现了通用的文件加解密算法-Achieved with the vc++ file encryption, decryption tool, works to achieve a common file encryption and decryption algorithms
crypt-1.17
- crypt-1.17 libtom库 文件加解密库,内有test工程源码,对那些尚对加密解密领域有很大的帮助!-crypt-1.17 libtom library file encryption and decryption libraries, within the test project source code, for those still on the field of encryption and decryption o
RSA
- rsa的加密算法,可以实现简单的数据加密以及解密工程,没有图形界面-rsa encryption algorithm, can achieve a simple data encryption and decryption works, there is no graphical interface
Crypt_plusplus
- 130多个VC++加密解密算法库(CRYPT++) 此压缩包内有 cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32、base64、modexppc、network 等一些的常见加密、解密算法,非常全的算法集合,超过130个,全部可以编译通过,而且还包含有英文开发文档,研究学习算法的可不要错过。 压缩包内有 VS2005、VC6.0
Encryptionanddecryption
- 加密解密。通过VB开发出了一个加密解密的工程。实现比较简单。希望给予其他人帮助。-Encryption and decryption.VB developed through the encryption and decryption of a project. Relatively simple to achieve. Hope to help other people.
文件加密解密
- 用于文件加密,并能解密自加密格式。压缩包内为完整的工程文件档,包含已编译好的可执行程序。
加密解密 技术内幕
- 加密解密 技术内幕 第1章 PE文件格式深入研究 第2章 PE分析工具编写 第3章 Win32 调试API 第4章 Windows下的异常处理 第5章 软件加密技术 第6章 加壳软件编写 第7章 如何让壳与程序融为一体 第8章 Visual Basic 6 逆向工程 附录A 在Visual C++中使用内联汇编 附录B 在Visual Basic中使用汇编(Encryption and decr
解密加密工程
- 加单的解密加密工程,留给自己多一点隐私so easy(Decryption encryption leaves a little more privacy for yourself.)