Written in C, it implements two functions: string summary and file summary.
It mainly contains 3 files: Md5.cpp, Md5.h, Main.cpp. Among them, Md5.cpp is the algorithm code, and most of the codes in it are copied from rfc-1321; Main.cpp is the main program.
Expand