Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • hashing__.zip ... numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques. Once your program reads the complete input,it waits for the user input (prompt to the user). User now enters some ...
  • conway.rar 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash
  • Elgamal.rar 本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。
  • HashTable.rar hash table ,自己写的一个hash table,很简柔的。
  • SHAHashalgorithm.zip SHA Hash algorithm. This standard specifies four secure hash algorithms, SHA-11, SHA-256, SHA-384, and SHA- 512.
  • krbtest.rar 基于openssl开发的,加解密、签名验证和hash工具
  • Hash.rar HashMapping: 算法基础,用于大数据量的可查询存储
  • HawkVoiceDI.rar ... a 32 bit message authentication code (MAC) to packets using a shared password. The MAC is separate from encryption so you can authenticate without encrypting is you choose. The 32 bit MAC is created by folding the 128 bit MD5 hash down to 32 bits.
  • md5.rar hash算法中常见的一种,md5算法,在vc++中的源代码
  • md5.rar 文件验证,利用MD5算法做文件的HASH,得到统一结果判断文件内容的一致性