cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
MD5 hash algorithm
MD5 hash algorithm
Dec 2, 2014 at 1:27am UTC
zoran404
(263)
Can someone explain, in words, how MD5 hash works? so I could implement it.
The point of this is for me to understand it and write it completely on my own.
Dec 2, 2014 at 2:50am UTC
lostwithcpp
(46)
I doubt anybody could explain why it works or how without having to write a long thesis paper on it and I'm pretty sure you could see that just by looking here and noticing all the crazy code that's made of transforms and #defines.
http://www.zedwood.com/article/cpp-md5-function
best.
Dec 2, 2014 at 9:38am UTC
Peter87
(11234)
Read this:
http://tools.ietf.org/html/rfc1321
Topic archived. No new replies allowed.