Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • hashchazhao.rar 这也是我在本学期学习数据结构是做的实验题目:hash查找。上传上来供大家学习,借鉴。
  • huxiaoli.rar 数据结构课程设计,利用Hash技术统计C源程序中关键字。本程序主要分为两个模块,一是用Hash表存储c语言中32个关键字,再扫描c源程序取出每个单词,利用Hash查找技术统计该程序中的关键字出现的频度;二是用顺序表存储c语言中的关键字,把c源程序取出每个单词利用二分查找技术统计该程序中的关键字的出现频度。
  • sha.rar 字符串的求SHA1的HASH值,加密,SHA1,
  • sha1.rar SHA-1算法的C语言实现,求字符串的HASH
  • SHA2Test.rar Sourcecode for Secure Hash Algorithm 256 bit.
  • 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 ...