搜索资源列表
md5
- MD5 calculator : compute hash
crc
- CRC 16 calcuator , Compute a CRC16 of a buffer
MD5
- 计算输入字符串的MD5值,附带简单的雪崩测试-Compute the MD5 of a string.
MD5
- MD5加密解密 算法C++实现,包含2个文件.h以及.cpp文件,函数接口:std::string compute(const std::string& content, bool upper = false) -MD5 encryption and decryption algorithm C++ implementation
CRC
- CRC 加密解密:接口 int compute(const void *pInput, int32_t nInputLength, uint16_t usCrcInit, uint16_t *pusCrcResult) -CRC encryption and decryption algorithm C++ implementation
Huffman
- 哈弗曼编码,输入数据后可计算权重.例如,输入11122233334,可得到权重为1,2,3,4 的权重分别为3,3,3,1-the code of Huffman Tree ,this code can compute the weight of you input data
New-folder-(4)
- We begin with choosing two random large distinct primes p and q. We also pick e, a random integer that is relatively prime to (p-1)*(q-1). The random integer e is the encryption exponent. Let n = p*q. Using Euclid s greatest common divisor a
winhash_v0.96
- code to compute LM & NTLM hash values of a given string. I used Visual C++ version 6 to build it.