-
Notifications
You must be signed in to change notification settings - Fork 49
Home
AppleTechy edited this page Dec 22, 2017
·
3 revisions
Welcome to the iphone-dataprotection wiki! How to use the software.
- Install the dependencies,
sudo easy_install M2crypto construct progressbar setuptools pyasn1 protobuf sudo ARCHFLAGS='-arch i386 -arch x86_64' easy_install pycrypto * I had issues insalling M2crypto so you may need to play around with where you install it from to get the most recent version
- Navigate to directory
- Extract and Decyrpt the backup by running:
python iphone-dataprotection/python_scripts/backup_tool.py ~/Library/Application\ Support/MobileSync/Backup/ABCD ./Backup_extract/ABCD <enter password>
- Decrypt Keychain:
python iphone-dataprotection/python_scripts/keychain_tool.py -d Backup_extract/ABCD/KeychainDomain/keychain-backup.plist Backup_extract/ABCD/Manifest.plist > out.txt <enter>