Is there a way to test if a string is an MD5 hash?

前端 未结 6 948
误落风尘
误落风尘 2020-12-16 20:38

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

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 21:09

    First thing to do is examine the file to work out how the MD5 hashes are encoded, then design a match based on that.

提交回复
热议问题