Earlier quoted context omitted.
You do know that there also is a Find My Device service for Android that runs on all Android phones?
This is very different than what you think when you hear "find my iPhone|Android". Iirc the find my iPhone tech does phone to phone association to identify the location. See: https://www.wired.com/story/apple-find-my-cryptography-bluet...
Apple and Google partner on Covid-19 contact tracing technology
461–470 of 484 posts
Re: Apple and Google partner on Covid-19 contact tracing technology
#462Earlier quoted context omitted.
Both Apple and Google have the exact location for all users for all time. Both can tell you right now, who you have been in contact with and how many folks they in turn have been in contact with. They aren't building anything new, in fact, this is much less than they already have.
> Both Apple and Google have the exact location for all users for all time. This is a false statement. With location services off, the providers only get coarse location via tower strengths and also via IP geolocation (everything phones home and leaks your IP constantly). It’s not exact, not by a long stretch.
Re: Apple and Google partner on Covid-19 contact tracing technology
#463Earlier quoted context omitted.
The approach outlined by Apple and Google is very similar to, and likely based on, the TCN protocol developed by a coalition of open source projects. If you'd like to discuss possible vulnerabilities and propose further improvements, there's an active community already doing that who would be happy to have one more contributor. :-) https://tcn-coalition.org/
Thank you, I'll take a look into TCN and the protocol. Do you know whether TCN have worked with and/or compared notes with OpenTrace[1]? [1] - https://github.com/OpenTrace-Community
Re: Apple and Google partner on Covid-19 contact tracing technology
#464Earlier quoted context omitted.
Seems like a scenario where bloom filter[1] could be useful. 1. https://en.wikipedia.org/wiki/Bloom_filter
Bloom filters aren't good for privacy because if there is a hit, you have to upload the id to check it. Which tells the service a) which ID you encountered and b) if it's an ID that was confirmed to be affected, whether you are affected by corona or not, something the system was designed to prevent.
It's enough to upload the bucket that was hit in the Bloom filter to fetch the subset of detailed data that corresponds to the bucket.
If the buckets are coarse enough that doesn't reveal much. And if the Bloom filter is too fine-grained for that, fetch a set of buckets instead of one.
Re: Apple and Google partner on Covid-19 contact tracing technology
#465Promising opt-in is a bit disingenuous. These tech giants are creating a technological capability. Whether or not it is opt-in, opt-out or mandatory is then decided by governments, now and in the future. This is of course nothing new. But it's worth noting considering how high the tolerance for extremely intrusive government action currently is and how extremely weak any resistance is bound to be. I'm not saying I'm…
Re: Apple and Google partner on Covid-19 contact tracing technology
#466Am i the only one who thinks it's mindblowing that people use Facebook, Instagram, Linkedin, etc. however now that Apple + Google release a tool to prevent thousands of people from dying in a pandemic they start thinking/complaining about the possible privacy implications? (without even having read the specs or knowing the details...)
How many people complaining in this thread use or don't use Facebook, Instagram and Linkedin? Unless you actually know then it seems like you've contrived a group of hypothetical hypocrite 'complainers' to complain against.
LinkedIn is pretty mild anyway in contrary to anything Facebook with their tracking pixels. And unfortunately you can't really do without LinkedIn if you want a job in IT.
Re: Apple and Google partner on Covid-19 contact tracing technology
#467Earlier quoted context omitted.
Public safety is not a human right, while privacy is. If we abandon our commitments to human rights in times of crisis, how important are they to us, really?
> Public safety is not a human right, while privacy is. Seriously? “Everyone has the right to life, liberty and security of person” is literally Article 3 of The Universal Declaration of Human Rights - and 1&2 are “this applies to everyone; yes, we mean it”. Privacy is all the way down in Article 12. I’ll take my life, health and freedom, for which targeted suppression of this disease is essential, over my privacy an…
Re: Apple and Google partner on Covid-19 contact tracing technology
#468Earlier quoted context omitted.
> Both Apple and Google have the exact location for all users for all time. This is a false statement. With location services off, the providers only get coarse location via tower strengths and also via IP geolocation (everything phones home and leaks your IP constantly). It’s not exact, not by a long stretch.
Don’t forget WiFi router Mac address triangulation.
Re: Apple and Google partner on Covid-19 contact tracing technology
#469Earlier quoted context omitted.
Bluetooth 5.1 devices can do both distance and direction, so if you have a bunch of beacons you can determine your location to sub-meter accuracy.
iPhones don't have Bluetooth 5.1 yet, and I'm assuming no Android phones either.
Re: Apple and Google partner on Covid-19 contact tracing technology
#470Earlier quoted context omitted.
Don’t forget WiFi router Mac address triangulation.
With location services off, I don’t believe that occurs.
[0] https://developers.google.com/maps/documentation/geolocation...