Skip to content

Instantly share code, notes, and snippets.

@1328
1328 / parse_keybag.py
Last active February 5, 2020 13:12 — forked from geekman/parse_keybag.py
extract & parse the BackupKeyBag from an iTunes Backup
from __future__ import print_function
# updated to work with py3 using only standard lib modules
# unsure if it will work with py2 still...
import plistlib
import struct
import sys
from binascii import hexlify