|
|
|
|
|
by niij
2443 days ago
|
|
Nearly 100% probability. Someone else[0] already did the ballpark math and came up with ~10,000 unique URLs per 32-bit hash prefix if you use the number of pages indexed by Google. My math has it coming out to be ~10 billion per 32-bit hash prefix. I simply did: 30,000,000,000,000/(36*8), but I might be doing something wrong, happy to be corrected. The issue is, as mentioned in that comment, with visiting a handful of pages you can get a clearer picture of similar URLs that are being returned among these hash prefixes, which can be used to build a profile of your browsing history. [0]: https://news.ycombinator.com/item?id=21255223 |
|
You got 32 bits, thus 2^32 = 4 294 967 296 possibilities
30 000 000 000 000 / 4 294 967 296 = 6984.9193
That doesn't seems to me like a 100% probability at all.