How do I assess the hash collision probability?

前端 未结 5 1329
情歌与酒
情歌与酒 2020-11-27 03:02

I\'m developing a back-end application for a search system. The search system copies files to a temporary directory and gives them random names. Then it passes the temporary

5条回答
  •  我在风中等你
    2020-11-27 03:55

    Here's an interactive calculator that lets you estimate probability of collision for any hash size and number of objects - http://everydayinternetstuff.com/2015/04/hash-collision-probability-calculator/

提交回复
热议问题