Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created December 9, 2013 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianchristensen/7867090 to your computer and use it in GitHub Desktop.
Save christianchristensen/7867090 to your computer and use it in GitHub Desktop.

iPhone Backup info

The backup sqlite db file is located ~/Library/Application Support/MobileSync/Backup/<phone ID> and is named 3d0d7e5fb2ce288813306e4d4636395e047a3d28.

It's name is an SHA1 hash of the full path of the file on the phone, plus its Domain.

$ printf 'HomeDomain-Library/SMS/sms.db' | openssl sha1
3d0d7e5fb2ce288813306e4d4636395e047a3d28

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment