Top "Keychain" questions

A keychain is an encrypted container that holds passwords for multiple applications and secure services.

iOS: Pre install SSL certificate in keychain - programmatically

I want to install/save a certificate in the keychain before the user visits the site. I have a HTTPS …

ios ssl certificate installation keychain
IPhone app with SSL client certs

I'm building an iphone app that needs to access a web service over https using client certificates. If I put …

iphone objective-c ssl-certificate keychain
Enumerate all Keychain items in my iOS application

What's the easiest way to programmatically (from within my app) get all items stored in the keychain? It probably has …

ios security keychain
Recover signing certificate without p12 password?

I've been handed an iOS app codebase, which I'd like to distribute via the existing Enterprise certificate used by the …

ios keychain ios-provisioning
Saving in KeyChainItemWrapper crashes for password

Apple has provided KeyChainItemWrapper class in their GenericKeyChain sample code. There is an ARC'ed solution here on SO, which I …

ios ios7 keychain keychainitemwrapper
Can't import Code-signing Public or Private keys using Keychain access (Mac OS X Mavericks)

In an attempt to build an iOS project (in XCode), I need to import my colleague's public and private keys …

ios xcode key keychain
Multiple Certificates/Provisioning Profiles in one Xcode organizer?

There are several similar questions here, but none could answer my basic question: Is it possible to have two separate …

iphone certificate keychain ios-provisioning xcode-organizer
iOS get Configuration Profiles that are installed

The app I am currently working on requires the use of Configuration Profiles in order to connect to a server …

iphone certificate keychain ios5 ios5.1
Could not export identity from the keychain

While exporting Code signing identity from Xcode 5, Preferences->Accounts I get the error upon saving "Could not export identity …

ios xcode code-signing keychain provisioning-profile
Getting Optional("") when trying to get value from KeyChain

When I try to get my keyChain value, it return a string containing: Optional("[thing in the KeyChain]") so, I …

swift nsstring keychain optional