Is it safe to ignore the possibility of SHA collisions in practice?

Let’s say we have a billion unique images, one megabyte each.
We calculate the SHA-256 hash for the contents of each file.
The possibility of collision depends on:

  • the number of files
  • the size of the single file

How far can we go ignoring this possibility, assuming it is zero?

3 Answers
3

Leave a Comment