md5-algo MD5 implementation with C++ This git contains an implementation in C++ of the MD5 hashing function. We used the MD5 pseudocode of Wikipedia to code the algorithm. Resources MD5 Specifications - RFC1321 MD5 Implementation with Example MD5 Pseudocode