-
-
-
huxiaoli.rar
数据结构课程设计,利用Hash技术统计C源程序中关键字。本程序主要分为两个模块,一是用Hash表存储c语言中32个关键字,再扫描c源程序取出每个单词,利用Hash查找技术统计该程序中的关键字出现的频度;二是用顺序表存储c语言中的关键字,把c源程序取出每个单词利用二分查找技术统计该程序中的关键字的出现频度。
-
-
-
-
SerialMe_v1.zip
... to show new reversers (myself included) some examples of simple obfuscation, amoung other easy tricks, in a minimal amount of code to hash through.
Rules: No patching, find a valid serial. No brute force is required, no hard math, its simple.
The ...
-
NET_Memcached.rar
Memcached通过在内存中开辟一块区域来维持一个大的hash表来加快页面访问速度,虽然和数据库是独立的,但是目前主要用来缓存数据库的数据。允许多个server通过网络形成一个大的hash,用户不必关心数据存放在哪,只调用相关接口就可。存放在内存的数据通过LRU算法进行淘汰出内存。同时可以通过删除和设置失效时间来淘汰存放在内存的数据
-
EncryptDectyptTool_Src.rar
... (KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAPublicKey.pem”的私钥加密后(SIGN),放到密文文件头内;文件头内有明文的原始长度信息。
解密:
将 ...
-
hmac.tar.gz
this is an open source HMAC message authentication implementation in C language with secure hash algorithm SHA
-
sha1-0.2.tar.gz
his is a C++ class that implements the Secure Hash Algorithm SHA-1. The purpose of the algorithm is to calculate a ... very difficult to find a different bit string that results in the same hash. It is similarly difficult, using only the hash, to determine ...
-