Skip to content

Instantly share code, notes, and snippets.

View airy10's full-sized avatar

Airy André airy10

  • Paris
  • 08:05 (UTC +02:00)
  • X @aa10
View GitHub Profile
@airy10
airy10 / airtag-decryptor.swift
Last active March 17, 2025 05:26
Decrypt all beacons files from ~/Library/com.apple.icloud.searchpartyd
//
// airtag-decryptor.swift
//
// Decrypt all beacons files from ~/Library/com.apple.icloud.searchpartyd - updated when FindMy is running
// Results in /tmp/com.apple.icloud.searchpartyd - same file hierarchy
//
// Created by Matus on 28/01/2024. - https://gist.github.com/YeapGuy/f473de53c2a4e8978bc63217359ca1e4
// Modified by Airy
//
import Cocoa