Earlier quoted context omitted.
Now, playing devil's advocate and judging by the number of upvotes this comment got -- couldn't the idea behind evercookie be used for good and not evil in some instances? I'm curious more than anything else. For example, using this persistent cookie as an alternative to having users login?
the essential reason of this kind of persistence is that it has to survive the explicit deletion of the cookie by the user. Browser offer the user the possibility to remove cookies (manually or delete all), and this is because users want privacy. This clever library manages to exploit browser features to go around this and store some identification information persistently against the will of the user If the user doe…
Evercookie: A cookie that undeletes itself from 8 different storages
81–90 of 114 posts
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#82Re: Evercookie: A cookie that undeletes itself from 8 different storages
#83Using two different private tabs in Opera, I get two different IDs to start with, but when using the "click to rediscover" buttons, both allegedly private tabs [eventually] end up with the same ID.
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#84http://www.nytimes.com/2010/09/21/technology/21cookie.html?p...
I think the take-away here is that if you're going to use a trick like this, it might be in your best interest to be transparent with your users and offer a way for them to remove all of this information. Of course, if you're using this particular hack then you probably don't want your users to remove the cookie to begin with.
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#85samy is a rockstar. also did the myspace worm thing.
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#86Firefox's BetterPrivacy addon defeats all of these techniques. I just tested and confirmed this myself.
I also have Firefox clearing all cookies and all history on exit so that probably helped during my testing. BetterPrivacy dealt with the lso stuff though. I don't know why people allow cookies to persist between browser sessions. I've been clearing them on exit for years now and it really doesn't make it more difficult to use the Web.
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#87Chrome Incognito mode.
New cookie every F5.
:)
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#88And this is an excellent example of why I have NoScript installed.
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#89Earlier quoted context omitted.
Now, playing devil's advocate and judging by the number of upvotes this comment got -- couldn't the idea behind evercookie be used for good and not evil in some instances? I'm curious more than anything else. For example, using this persistent cookie as an alternative to having users login?
the essential reason of this kind of persistence is that it has to survive the explicit deletion of the cookie by the user. Browser offer the user the possibility to remove cookies (manually or delete all), and this is because users want privacy. This clever library manages to exploit browser features to go around this and store some identification information persistently against the will of the user If the user doe…
Re: Evercookie: A cookie that undeletes itself from 8 different storages
#90"How I Met Your Girlfriend: The discovery and execution of entirely new classes of attacks executed from the Web in order to meet your girlfriend. This includes newly discovered attacks including HTML5 client-side XSS (without XSS hitting the server!), PHP session hijacking and weak random numbers (accurately guessing PHP session cookies), browser protocol confusion (turning a browser into an SMTP server), firewall and NAT penetration via Javascript (turning your router against you), remote iPhone Google Maps hijacking (iPhone penetration combined with HTTP man-in-the-middle), extracting extremely accurate geolocation information from a Web browser (not using IP geolocation), and more."