vote up 0 vote down star

I have developed an iphone application in which i am encryptind and decrypting data using public and private key. I want to see this keys in the keychain. I got the keychain entry for mac applications under Applications/utilities,But what is the location for iphone simulator keychain and keychain for iphone Os itself on device.

flag

1 Answer

vote up 1 vote down

The iPhone simulator keychain is stored in ~/Library/Application Support/iPhone Simulator/User/Library/Keychains/ and is in sqlite3 DB format. The location of the file on the device itself is unimportant, as you can only access it through the keychain API (but a path with a few similarities to the simulator path wouldn't surprise anyone).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.