I am trying to input a text file that contains MD5 hashes and keywords (one per line) into a C# app. Is there a way to check if a string is an MD5 hash? I looked on MSDN a
First thing to do is examine the file to work out how the MD5 hashes are encoded, then design a match based on that.