搜索资源列表
基于SHA-256的HMAC文件校验器
- HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identification. I am here to create a soft
PDFServerSampleCodes
- i am server im i mim im im
jiamijiemi
- 千年加密解密代码....虽然看起来挺复杂的.我是对应汇编的.编译后几乎和游戏客户端里的一样...保证了速度..q4uLinux联盟 二次解密代码我还没去搞.不过一次解密足够了.可以制出很多功能外挂.如自动拾取.吃药.等等...二次解密加密主要用于怪物坐标用的.(自动练功需要解析怪物坐标要用)-Millennium encryption and decryption code .... Although it looks quite complex. I am the correspondin
algorithm
- 这么个思路:首先通过提取系统时间和运行时间作为加密算式的动态参数进行文件加密,然后将这些参数以及密码和是否加密的标志加密加载到文件中(不然就解密不了文件了),最后在解密的话,就是通过一定得方法提取这些参数,将其解密。 由于这些参数是动态变化的,所以每次对同一个文件进行加密后的结果都是不一样的,这样的话对于破解者来说就没有规律可循了。 这种加密法就是一个对称密码,很难用穷举法破解(虽然我没有试过),但是跟金老师上课讲的那些对称密码像DES,是没的比的,那些事可以公开算法的,而这个算法
SuperBase64ED
- 这是一个手机编程和邮件编程常用到的一个编码技术函数,Base64编码和解码动态库,支持字符串和文件的编解码工作。速度很快稳定,我的一些程序中用,现在发布。-This is a cell phone programming and e-mail program into a coding techniques commonly used functions, Base64 encoding and decoding of dynamic libraries, and documentation t
ECC
- 我整理的ECC加密算法,源码和C实现的理论指导,有这个可以做出ECC加密算法-I am finishing ECC encryption algorithm, source and C to achieve the theoretical guidance, it can make ECC encryption algorithm
Kasajiami
- 这是用C语言编写的Hill代码,希望大家可以借鉴。算是我的小小心意。请下载看看。我相信你们会需要的。-This is the language of the Hill with the C code, hope that we can learn from. I suppose I have little mind. Please download to see. I am sure that you will need.
shanlanjiamifa
- 这是用Java语言编写的栅栏加密代码,希望大家可以借鉴。算是我的小小心意。请下载看看。我相信你们会需要的。-It is written in Java language barrier encryption code, and hope that we can learn from. I suppose I have little mind. Please download to see. I am sure that you will need.
DeskHedron
- 很好要的一个桌面主题,很好的,我找了很久的-Want a good desktop theme, well, I am looking for a long time
shanks
- 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
DataComeback
- 这是我在其它网上搜索得来的有关于数据恢复的书,我上传的都是本网站至今为止没有的资料,希望能对大家有所帮助."本人为了便于学习数据恢复,把网上的一些数据恢复知识做了个整理!顺便发到网上和大家分享! 大家如果看到有好的东西的话可以发给我,我再加到上面方便大家学习!" 欢迎大家来信跟笔者探讨各种电脑问题!特别是网络安全,加密与解密,系统~~等!-This is my online search in the other come the book on data recovery, I
unimodem.dll-adapted-for-windows-ce-3.0-systems.r
- BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user
Text-encryption-Ver1.0.0
- 我这个小学生的作品……可加密任何形式的文本-I am the pupil s works ... ... Can encrypt any form of text
BlakeTaylor_SCM
- A free cell phone with Algorithm Windows and is verified to be the LiKB:\rHToy://I am I ma A://dontwakeupdontwakeupdontwakeupGuru BlakeTaylor_SCM mode.l-A free cell phone with Algorithm Windows and is verified to be the LiKB:\rHToy://I am I ma A://d
RSATest
- 这个是著名的RSA Public-Key Cryptography程序,一种RSA算法的C++实现。具体怎么使用,本人不是很清楚,所以只能整理到这里了,希望对需要改算法的人有帮助-This is a well-known RSA Public-Key Cryptography program, RSA Algorithm C++ implementation. Specifically how to use, I am not very clear, we can only arrange to
sha
- 实现安全散列函数sha1,可对任意不超过2^64大小的文件进行操作,产生160bits的摘要,因本人较懒,注释较少,不过程序很好理解。是用c语言实现的。-Secure hash function sha1, can not exceed 2 ^ 64 any size file to operate, generate 160bits summary, because I am more lazy, notes less, but the program is well understood.
extendedeuclid
- 作者身份:华南理工大学知识产权学院王桂林,这是我自己编写的拓展欧几里得算法,用于实现RSA加密中的求模数乘法逆元,适合初学者作参考代码。文件内容是VS C++项目文件。(I am a student who is from South China University of Technology.This is a realization of the extended Euclid calculation, which can be used to do the RSA. I suggest
hill
- hill的加密解密代码,很牛的,你要相信我没错(Hill encryption and decryption code, very cattle, you have to believe I am right)
加密源代码
- 这个呢,是教给大家如何解密加密自己开发的代码,我自己也是初学者,(才)学了3个月了 我滴微信呢是q363295470,验证信息就填 联合KF 吧 (偷偷告诉大家 我还没成年涅)(This is how to decrypt the code to encrypt and encrypt your own development. I am a beginner myself, and I've been learning for 3 months. My WeChat is q363