Recent content by mnms
-
M
How Is the MD5 Hash Algorithm Calculated?
Hi, since I'm not getting any replies, I thought I might narrow down my question in hope for some answers or directions. From ietf.org/rfc/rfc1321.txt, The operation a = b + ((a + F(b,c,d) + X[k] + T[i]) <<< s) I understand how to get most of the variables except s. The memo states the...- mnms
- Post #2
- Forum: Programming and Computer Science
-
M
How Is the MD5 Hash Algorithm Calculated?
Hi. I'm studying the cryptography MD5 calculation and have some trouble I'd like to seek help with. I am trying to comprehend the MD5 memo http://www.ietf.org/rfc/rfc1321.txt" and have trouble understanding the calculation. Here is what I comprehend so far. A message is appended with a 1...- mnms
- Thread
- Algorithm Calculation
- Replies: 2
- Forum: Programming and Computer Science