搜索资源列表
AESDemo
- 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
md5test1
- md5的源码,经验证无错误,可以正常运行,使用vc编写-md5 source code, certification of strict experience, it works, use prepared vc
ElGamal_algorithm
- 基于ElGamal的数字签名系统可以对报文在不同的密钥长度上进行签名与验证.-ElGamal digital signature system can be reported to the text in different key signature length and experience certification.
软件破解入门
- 很多人都想学学做cracker,好象破了一个程序很风光的,人人都很佩服。 可是做一个cracker其实很累,需花费大量的时间,而且经常会碰壁,三五天毫无进展是极为平常的事情。 做cracker的五个必要条件是: 1. 知识 2. 经验 3. 感觉 4. 耐心 5. 运气 。 如果你刚开始学crack,也许你遇到不少麻烦,并且有点想退却,其实你不要着急,只要你认真学习,成功就在眼前。没有人是生来就什么都会的,如果你有问题,就大胆的去问你周围的人,多来我主页论坛请教。计算机水平不高怎么办?没关系
NewIdea-Ebook200710-200712
- 小木虫科研经验总结,2007.10-12精华贴整理-Wooden insect research experience ,2007.10-12 the best finishing paste
hanzijiami
- 简单的汉字加密程序 我们的数据结构老师教的 让大家体验一哈 高级老师的魅力哈-Simple Chinese characters encryption of data structure of our teacher s let everyone experience a senior teacher of the charm of Kazakhstan Kazakhstan
crack
- 你是不是经常到处找破解资料,转了一大圈,也找不全,多么希望找一完整破解教程,从简到深,系统学习破解知识。本人就有这一体会,为了使大家更快掌握这门技术,特将本人长期收集资料和破解经验总结一篇教程,相信对大家有所帮助。这份资料主要是和大家探讨一些加密解密的问题,在文中引用了不少平时收集的资料,但均保持文章原样。 -You are not always looking to break the information to a large circle, but also look for inc
sha
- 内带3个sha1的C源码。经验证都可用。在我们项目中,已经用于验证SHA1的verilog-With three within the C source code sha1. Experience certificate are available. In our project, has been used to validate SHA1 of verilog
cryptopp552
- 522种现行主流加密算法,全部是Cpp,很有学习价值,欢迎交流沟通-522kinds of encryption methods welcome to exchange experience thank you
WaiGuaTutorial
- 学习制作*,其实是学习一门网络技术,不是仅仅是游戏! 我们玩游戏,游戏公司玩我们,你可以忍受游戏的不平衡吗?你可以忍受游戏的 BUG吗,你愿意交钱去买*(有时后还可能上当受骗)吗?你不愿意自己做*自己 用吗?你不愿意做几个*给你的朋友使用吗?你不愿意体验制作*的乐趣吗?你不 愿意自己的游戏ID有很多钱,很好的装备,很高的等级吗?看到别人拿着*到处惹是 生非,你心理平衡吗?所以,我们要自己制作*,做自己的*! 学习
CProgramming
- InsightThis a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun s compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including: - Software th
RSACiper
- RSA加解密签名和验签名方法,可以在手机客户端实现该代码检验-RSA signature and decryption method signature and experience, you can phone the client to achieve the code inspection
DontMakeMeThink2ndEd-eng
- Krug s Same Book, 2nd Edition, English People won t use your web site if they can t find their way around it. Whether you call it usability, ease-of-use, or just good design, companies staking their fortunes and their futures on their Web sites
HXT_AES_NEW_over_mfc
- 本代码是AES加密算法,其精妙之处就在于你要加以体会-This code is AES encryption algorithm, and its subtlety is that you have to be experience
new-cab
- iKey 1000是全球市场占有率最高的身份认证令牌产品。将iKey 1000与各种应用相结合,将为用户提供安全、可靠、简单、方便的身份认证和登录体验。-iKey 1000 is the world' s highest market share authentication tokens. IKey 1000 will be combined with a variety of applications, will provide users with safe, reliable, s
MyTools.FileMd5Check.NF2
- 这是一款有我自己开发的小工具,主要作用是通过Md5算法分析文件的重复性,比如说,在某些目录下你收集了大量的图片文件,通常会有大量的重复(这是我的经验),用这款软件可以轻松去除重复文件,并导出分析报告等,附上源码供大家学习交流使用!-There is a small tool for my own development, the main role is to document the repeatability Md5 algorithm analysis, for example, in s
plug201d
- OD插件源代码你可以自己体验和参考! 这是OD2.01插件源代码! -OD plug-in source code you can own experience and references!
BM_youhua
- 算法代码,总结经验,供大家参考,互相学习-Algorithm code, sum up experience, for your reference, learn from each other
RSA
- 分别实现RSA加密算法和RSA签名算法,对RSA的设计有较好的认识,体会RSA的安全性基于数论难题——大整数因子分解问题.-Respectively, to achieve RSA encryption algorithm and the RSA signature algorithm, RSA is designed for better understanding, experience-based RSA Security number theory problems- large int
SBOX
- 通过编程求出DES算法中8个S-盒的差分分布表和AES中S-盒的差分分布表,体会差分分析的方法。-DES algorithm obtained by programming eight S- boxes in the differential distribution table and AES S- box differential distribution table, experience differential analysis.