Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxbubblegum47/pyfind
Applied cryptography project. Unimore computer science master degree. Apple find my devices implementation in python
https://github.com/maxbubblegum47/pyfind
aes-gcm apple cryptography ecdh kdf python unimore-informatica
Last synced: about 2 months ago
JSON representation
Applied cryptography project. Unimore computer science master degree. Apple find my devices implementation in python
- Host: GitHub
- URL: https://github.com/maxbubblegum47/pyfind
- Owner: MaxBubblegum47
- Created: 2023-08-29T17:55:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-12T16:25:41.000Z (over 1 year ago)
- Last Synced: 2023-09-13T01:26:03.293Z (over 1 year ago)
- Topics: aes-gcm, apple, cryptography, ecdh, kdf, python, unimore-informatica
- Language: Python
- Homepage:
- Size: 39.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyFind
Pyfind is a project based on:
1. Who Can Find My Devices? Security and Privacy of Apple's Crowd-Sourced Bluetooth Location Tracking System
(https://arxiv.org/abs/2103.02282)
2. The Clever Cryptography Behind Apple's 'Find My' Feature (https://www.wired.com/story/apple-find-my-cryptography-bluetooth/)
3. How does Apple (privately) find your offline devices? (https://blog.cryptographyengineering.com/2019/06/05/how-does-apple-privately-find-your-offline-devices/)
4. WWDC 2019 Keynote - Apple (https://www.youtube.com/watch?v=psL_5RIBqnY&t=6711s) [1:50:00]The aim is to recreate in Python the "Find My Device Feature" that was first presented during the WWDC 2019. Most of the project is based on the first documented that I have linked. Since a real Apple's documentation is still missing, this is the closest thing we have.
To test the project you can ```git clone``` the repo, positioning inside ```/src``` folder and type the following commands:
```bash
pip install requirements.txt
python3 FindMyDevice.py
```
This simulates the eventually of losing your own iPhone, but there's also another simulation in which you are searching an airtag: ```FindMyDevice_Airtag.py```