sethkontny / iphone-dataprotection

Automatically exported from code.google.com/p/iphone-dataprotection
0 stars 0 forks source link

Keychain Viewer does not show items in iOS 5 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install iOS 5 GM seed
2. Jailbreak, install Keychain Viewer
3. Try to view a saved password

What is the expected output? What do you see instead?
Expect decrypted password, get "Error! decryption failed"

What version of the product are you using? On what operating system?
deprecated 0.1 deb package

Please provide any additional information below.

syslog excerpt:
Oct  7 13:44:54 bacon 
UIKitApplication:com.yourcompany.KeychainViewer[0xb1f0][803]: (null)
Oct  7 13:44:55: --- last message repeated 9 times ---
Oct  7 13:44:55 bacon 
UIKitApplication:com.yourcompany.KeychainViewer[0xb1f0][803]: 
IOConnectCallMethod returned e00002bc
Oct  7 13:44:55 bacon 
UIKitApplication:com.yourcompany.KeychainViewer[0xb1f0][803]: 
AppleKeyStore_keyUnwrap = e00002bc

e00002bc is kIOReturnError. It seems that IOKit_call can't find the 
AppleKeyStore service anymore.

I know there have been a few commits since the deb package was built, but I 
didn't see them touch related code, so I'm reporting this anyway. When I get a 
chance I'll build the new version and try it out to see if there's any changed 
behavior.

Original issue reported on code.google.com by mrnerdh...@gmail.com on 7 Oct 2011 at 11:01

GoogleCodeExporter commented 9 years ago
Yes iOS 5 keychain is not supported yet, we'll add support after the official 
release

Original comment by jean.sig...@gmail.com on 8 Oct 2011 at 8:02

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 54040eedc33d.

Original comment by jean.sig...@gmail.com on 14 Oct 2011 at 9:13