Top "Keychain" questions

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

How to convert SSH keypairs generated using PuTTYgen (Windows) into key-pairs used by ssh-agent and Keychain (Linux)

I've generated key pairs using PuTTYgen and been logging in using Pageant, so that I have to enter my pass-phrase …

git putty keychain ssh-keys pageant
Xcode 4 - "Valid signing identity not found" error on provisioning profiles on a new Macintosh install

I had a Macintosh I used to develop iPhone apps with using XCode 4. I now have a new Macintosh with …

iphone xcode certificate keychain provisioning-profile
missing private key in the distribution certificate on keychain

I have the following problem which I could not find a solution for anywhere. Basically, we have a company developer …

ios iphone xcode keychain codesign
iOS: How to store username/password within an app?

I have a login-screen in my iOS app. The username and password will be saved in the NSUserDefaults and be …

ios nsuserdefaults keychain
Codesign wants to access key "access" in your keychain, I put in my login password but keeps asking me

I'm trying to learn to load apps on my iPhone from Xcode. When I do I keep getting "Codesign wants …

xcode keychain codesign
How to obtain Certificate Signing Request

How do I obtain a Certificate Signing Request? All I'm trying to do is get my app running on my …

ios xcode certificate keychain certificate-signing-request
This certificate has an invalid issuer Apple Push Services

I have created certificate to enable Push Services in my app, but every time I try to add certificate in …

ios xcode apple-push-notifications ssl-certificate keychain
How can I add private key to the distribution certificate?

Well, I've got my Developer Certificate linked with it's private key. Works Fine. I've downloaded my iOS Profile of distributor, …

ios xcode keychain signing
Delete keychain items when an app is uninstalled

I am using idandersen's scifihifi-iphone code for keychain and save password using [SFHFKeychainUtils storeUsername:@"User" andPassword:@"123" forServiceName:@"TestService" updateExisting:YES …

ios objective-c keychain
Distribution certificate / private key not installed

Using Xcode 9.1, after building an iOS app, I want to archive it and upload it to the appStore for beta-testing. …

ios xcode certificate keychain