Click here to Skip to main content
15,893,487 members

Comments by kittydas (Top 6 by date)

kittydas 20-Sep-11 3:14am View    
C++
kittydas 20-Sep-11 3:13am View    
Agreed with Chris too. Hash functions are one-way functions. Encryption is two-way.
kittydas 4-Sep-11 6:50am View    
Ok, then it must be that my MD5 algorithm knowledge is still lacking. Thanks! I will read more about it, and get back if I have more questions.
kittydas 4-Sep-11 2:47am View    
ok, my question is why the top 3 bits?
kittydas 4-Sep-11 2:31am View    
How about m_nCount[1] += (nInputLen >> 29); ?