GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > GSM & CDMA Phones / Tablets Software & Hardware Area > iPhone ,iPod & iPad (Apple Inc. Products) > iPhone, iPad, iPod - FAQ, Guide, How To, Tutorials , News


iPhone, iPad, iPod - FAQ, Guide, How To, Tutorials , News iPhone, iPad, iPod Jail break, Activation and Unlocking Step by Step How-To: Help, Guides , Tutorials and News

Reply
 
LinkBack Thread Tools Display Modes
Old 02-02-2016, 15:07   #1 (permalink)
Freak Poster
 
Join Date: Oct 2014
Posts: 384
Member: 2277735
Status: Offline
Thanks Meter: 215
Need help decryptin Itunes backup linux!?


I am using bellow tut with ios 9.2, decipt it but
but when I get to bellow part it just errors

echo | python iphone-dataprotection/python_scripts/keychain_tool.py \
-d outdir/keychain-backup.plist outdir/Manifest.plist | less -S

any help with above cmd please as get script error with cripto not found but its there!!

$ hg clone https://code.google.com/p/iphone-dataprotection/
$ python iphone-dataprotection/python_scripts/backup_tool.py \
~/Library/Application\ Support/MobileSync/Backup/long-hex-string \
outdir
Device Name : My iPhone
Display Name : My iPhone
Last Backup Date : 2012-12-09 16:00:18
IMEI : 565988269232005
Serial Number : LN1G2AIND69G
Product Type : iPhone4,1
Product Version : 6.0.1
iTunes Version : 11.0
Extract backup to outdir ? (y/n)
y
Backup is encrypted
Enter backup password :
*******************
Writing Documents/products/97266p_bifold_3.jpg
...
...
...
Writing Media/DCIM/103APPLE/IMG_3874.JPG
You can decrypt the keychain using the following command :
python keychain_tool.py -d outdir/keychain-backup.plist outdir/Manifest.plist
The great thing about encrypted iPhone backups is that they contain things like WiFi passwords that aren’t in regular unencrypted backups. As discussed in the iOS Security Whitepaper, encrypted backups are considered more “secure,” so Apple considers it ok to include more sensitive information in them. And, after backup_tool finishes, we can use decryption to get the sensitive information back in plaintext:

$ # You’ll need to install the M2Crypto library before keychain_tool
$ # will work. These commands may be all you need:
$ brew install swig
...
$ pip install --user M2Crypto
...
$ echo | python iphone-dataprotection/python_scripts/keychain_tool.py \
-d outdir/keychain-backup.plist outdir/Manifest.plist | less -S

If you have key835 for device 14b826ee48c5ea8b617f62fe12040c2d09af6b46 enter it (in hex)
--------------------------------------------------------------------------------------
| Passwords |
-----------------------------------------------------------------------------------
|Service |Account |Data |Access group |Protection class|
--------------------------------------------------------------------------------------
|******* |Ed’s Coffee Shop |<3FrenchRoast |apple |AfterFirstUnlock|
...
An important warning: obviously, decrypting your iOS device’s backup removes its encryption. To protect your privacy and security, you should only run these scripts on a machine with full-disk encryption. While it is possible for a security expert to write software that protects keys in memory, e.g. by using functions like VirtualLock() and SecureZeroMemory() among many other things, these Python scripts will store your encryption keys and passwords in strings to be garbage-collected by Python. This means your secret keys and passwords will live in RAM for a while, from whence they will leak into your swap file and onto your disk, where an adversary can recover them. This completely defeats the point of having an encrypted backup.
  Reply With Quote
Old 02-03-2016, 05:36   #2 (permalink)
No Life Poster
 
ribbentrop's Avatar
 
Join Date: Sep 2003
Location: Ukraine
Age: 51
Posts: 4,616
Member: 40400
Status: Offline
Thanks Meter: 1,250
Why do you need it in Linux? Don't you have a normal, Win based PC?
  Reply With Quote
Old 02-03-2016, 13:45   #3 (permalink)
Freak Poster
 
Join Date: Oct 2014
Posts: 384
Member: 2277735
Status: Offline
Thanks Meter: 215
Yes but I read the keybag part im stuck on only works on osx and linux...
  Reply With Quote
Old 02-03-2016, 14:48   #4 (permalink)
No Life Poster
 
ribbentrop's Avatar
 
Join Date: Sep 2003
Location: Ukraine
Age: 51
Posts: 4,616
Member: 40400
Status: Offline
Thanks Meter: 1,250
If you are learning how to work with Linux, it's a one point... But if you want just decrypt backup, it's another one. It can be done in more easy way on Win PC.
  Reply With Quote
Old 02-03-2016, 20:45   #5 (permalink)
Freak Poster
 
Join Date: Oct 2014
Posts: 384
Member: 2277735
Status: Offline
Thanks Meter: 215
I know linux no issues there,
Trying to decryption to get Icloud ac for phone I have locked hear...
I dont have 800 for forensic sweet and thread where people where decrying has gone!?!
Any help would be good!
  Reply With Quote
Old 02-03-2016, 21:44   #6 (permalink)
No Life Poster
 
ChelasGsm's Avatar
 
Join Date: Jun 2002
Location: Portugal.Chelas
Age: 39
Posts: 1,316
Member: 12966
Status: Offline
Thanks Meter: 133
Send me backup on message
  Reply With Quote
The Following User Says Thank You to ChelasGsm For This Useful Post:
Old 02-04-2016, 20:08   #7 (permalink)
Freak Poster
 
Join Date: Oct 2014
Posts: 384
Member: 2277735
Status: Offline
Thanks Meter: 215
Still stuck, I have decripted backup days ago, reading keybag is where I am stuck!
  Reply With Quote
Old 02-10-2016, 11:42   #8 (permalink)
Freak Poster
 
Join Date: Oct 2014
Posts: 384
Member: 2277735
Status: Offline
Thanks Meter: 215
Ok fixed all that but script errors, any one get me Icloud details from this backup?
  Reply With Quote
Old 02-12-2016, 03:17   #9 (permalink)
Freak Poster
 
Join Date: Mar 2014
Location: morocco
Posts: 428
Member: 2149341
Status: Offline
Thanks Meter: 31
is there any solution to decrypt iphone backup password cause i lost mine and thanks
  Reply With Quote
Old 02-12-2016, 03:29   #10 (permalink)
Freak Poster
 
Join Date: Mar 2014
Location: morocco
Posts: 428
Member: 2149341
Status: Offline
Thanks Meter: 31
i have a jailbrocken ipad is there any way to retrive the backup password ?? thanks for helping
  Reply With Quote
Old 02-12-2016, 22:13   #11 (permalink)
Freak Poster
 
Join Date: Oct 2014
Posts: 384
Member: 2277735
Status: Offline
Thanks Meter: 215
Yes there is but not fixed script errors, only other way costs 800 for a license
  Reply With Quote
Old 02-13-2016, 02:42   #12 (permalink)
Freak Poster
 
Join Date: Mar 2014
Location: morocco
Posts: 428
Member: 2149341
Status: Offline
Thanks Meter: 31
800 its to much for decrypt
  Reply With Quote
Old 02-13-2016, 05:54   #13 (permalink)
No Life Poster
 
ribbentrop's Avatar
 
Join Date: Sep 2003
Location: Ukraine
Age: 51
Posts: 4,616
Member: 40400
Status: Offline
Thanks Meter: 1,250
Who knows, may be you set password like "askjfhac1234C-9)))(((123njfhdhd"
Bruteforce attack on your password will take too much time...
  Reply With Quote
Old 02-14-2016, 17:00   #14 (permalink)
Freak Poster
 
Join Date: Oct 2014
Posts: 384
Member: 2277735
Status: Offline
Thanks Meter: 215
Quote:
Originally Posted by Y0ussef12 View Post
800 its to much for decrypt
Brute force for pass to unlock backup, then you can extract in windows..
I am not trying to do this I want to decrypt to keybag but not needed as the Icloud password is disabled!
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 08:21.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.19039 seconds with 9 queries

SEO by vBSEO