Quote:
Originally Posted by Paddy1
As there is one number assigned per browser per user per ip then the number would refer to your use of a particular browser in a particular account on a given machine. This is surely personal information. Even if a person can have more than one id associated its still personal information, e.g. bank account numbers. The fact that it is linked to several ad streams is the mechanism by which PHORM works to serve up relevant ads.
All computer generated random numbers are pseudorandom due to the fact that computers, being machines, can't actually generate truely random numbers. This is probably more of the smoke screen. In actual fact, its probably a UUID of some sort that they generate. If they used a lottery machine or something then they could generate true random numbers but they wouldn't be guaranteed unique.
But the point is, random, pseudorandom or even sequential, its still a number assigned to you and as such, it could be argued, is personal information.
I might be barking up the wrong tree but hopefully there's some mileage in the argument.
|
I know, and because it's pseudorandom, it all depends on what they are using as the seed. If it is something traceable back to you, then it isn't secure. For example, if they were daft enough to use your IP address as the seed and the pseudorandom number generator algorithm became known, then it's the work a few moments to decode the 'random' number in the cookie to an IP address. (even they wouldn't be that stupid though. Would they?)