Maximum length for MD5 input/output

前端 未结 7 2137
情歌与酒
情歌与酒 2020-12-02 11:45

What is the maximum length of the string that can have md5 hashed? Or: If it has no limit, and if so what will be the max length of the md5 output value?

7条回答
  •  抹茶落季
    2020-12-02 12:25

    You may want to use SHA-1 instead of MD5, as MD5 is considered broken.

    You can read more about MD5 vulnerabilities in this Wikipedia article.

提交回复
热议问题