Skip to content
AppleTechy edited this page Dec 22, 2017 · 3 revisions

Welcome to the iphone-dataprotection wiki! How to use the software.

  1. 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
  2. Navigate to directory
  3. 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>
  4. 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>
Clone this wiki locally