dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
417 stars 68 forks source link

Decrypt location #66

Closed SergeKZ closed 8 months ago

SergeKZ commented 8 months ago

Please add decrypt location in mh_endpoint.py

dchristl commented 8 months ago

There are better projects for this, like biemster's FindMy, which is part of this project. The functionality for direct decryption is included there. However, it is not needed nor desired in this project. The server (the raw data) is strictly separated from the secret keys. This allows the server to be publicly accessible.