Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 368 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 368 Bytes

Backup Decryption

This repo allows you to decrypt encrypted, locally stored iPhone backups created using iTunes, iOS13 or newer versions. It does not support backups stored on iCloud.

Install

Ensure you have Python 3.4 or a more recent version.

pip install -r requirements.txt

Refer to src/test.py for usage examples.