How does Apple privately find offline devices?
blog.cryptographyengineering.com
How does Apple privately find offline devices?
1–10 of 184 posts
Re: How does Apple privately find offline devices?
#2I have not seen this before. Trying to wrap my brain around how this works. In terms of ECC I thought public and private were a single pair. Can anyone explain what is going on with public key randomization?
Re: How does Apple privately find offline devices?
#3Re: How does Apple privately find offline devices?
#4I would like 100% passive bluetooth. (and wifi, and nfc)
Re: How does Apple privately find offline devices?
#5>can use a single [private] key regardless of which randomized version of her public key was used to encrypt. I have not seen this before. Trying to wrap my brain around how this works. In terms of ECC I thought public and private were a single pair. Can anyone explain what is going on with public key randomization?
If you asked me to implement "randomized public keys" I would generate a master key pair (MPUB and MPRIV). Then, I would combine MPRIV and a random value N in a one-way function to make a new key K. I would use K as effectively a "random public key" and use it as if it was MPUB (the one-way function would have to output a K that is in the same format / usable like MPUB). I would distribute N along with K, as N is useless without MPRIV.
I have no idea if that is how they did it but that's what comes to mind.
Re: How does Apple privately find offline devices?
#6For phones, how often is this really an issue? Sure, this is useful for the Tile type "dumb" devices... but if my phone has no cell or data service... it's probably because the battery is dead.
Re: How does Apple privately find offline devices?
#7The post is speculation; perhaps s/does/might/ or s/does/could/ in the title.
[0] https://www.wired.com/story/apple-find-my-cryptography-bluet...
Re: How does Apple privately find offline devices?
#8The problem I see with this is that your phone always has to be broadcasting the BLE beacon, regardless of if it is lost or not. Otherwise it could randomly end up lost in a place with poor/no service... and would never be found For phones, how often is this really an issue? Sure, this is useful for the Tile type "dumb" devices... but if my phone has no cell or data service... it's probably because the battery is dea…
Re: How does Apple privately find offline devices?
#9Can we turn this off? please? I would like 100% passive bluetooth. (and wifi, and nfc)
Re: How does Apple privately find offline devices?
#101. Get BLE tracking tags, and register them with Find My.
2. Covertly attach the BLE tracking tags to things your target owns (backpacks, cars, bikes, etc).
3. You constantly get updates on your tags locations via their iPhone and other iOS devices near the BLE tag(s). This gives you their approximate location and movement history, facilitated primarily through their own iPhone and data plan.