keychain Questions

3

So the OS X Keychain has three pieces of information: ServiceName (the name of my app) Username Password I obviously always know the ServiceName. Is there a way to find any saved Username(s) fo...
Kriss asked 9/12, 2011 at 20:19

1

Solved

I'm using SFHFKeychainUtils for a while now. On my last update to the AppStore, it suddenly "forgot" my user's passwords. Meaning, when calling getPasswordForUsername for the same username and serv...
Disfigurement asked 11/10, 2011 at 9:38

2

Solved

I just found an interesting problem with my app. In the app I am saving the user's user name and password to the keychain. keychainWrapper = [[KeychainItemWrapper alloc] initWithIdentifier:@"MyLog...
Belie asked 8/11, 2011 at 17:6

3

I'm creating a new CSR (Certificate Signing Request) using the Keychain Access tool: Certificate Assistant -> Request a certificate from a certificate authority... In the certificate information ...
Betray asked 25/6, 2010 at 18:38

2

Solved

I've looked over the Security framework documentation but I can't seem to be able to find a way to get all of the certificates on a given keychain. Are there methods to accomplish this?
Dannielledannon asked 24/4, 2011 at 0:53

2

Solved

In a Mac application, I have a requirement to store the private key sent from the server for logged in user in a secure way and retrieve it back whenever needed programmatically. I know that keycha...
Gatling asked 29/6, 2011 at 13:9

1

After upgrade from Snow Leopard to Lion, I am getting a pop-up sometimes: syncdefaultsd wants to use the "login" keychain It prompts for keychain password. ps aux does not show any process call...
Frodina asked 18/10, 2011 at 18:2

5

Solved

Possible Duplicate: xCode 4 -reinstalls keychain certs that I delete The question says it all in a nutshell. When building a project in Xcode, I receive the error message from the Ch...
Donegan asked 17/3, 2011 at 7:2

1

I just downloaded iphone sdk 4. when I try to install on the device I get "Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the defaul...
Consultation asked 28/6, 2010 at 17:59

4

we want to use certificates on the iPhone to authenticate for MS Exchange Sync. We are not sure how the security concept is implemented to protect this certificates. e.g. is it possible to get "fu...
Antofagasta asked 24/8, 2010 at 15:43

1

Solved

I accidentally deleted the private and public key pair of my certificate, but I can't find anything helpful to undo or add those to my certificate again. Actually the developement certificate has ...
Cherida asked 15/7, 2011 at 13:39

1

Solved

I try to found answer for this stupid question, but didn't find it. I am having the error CSSMERR_TP_NOT_TRUSTED and I am trying to fix it. My question is: What difference make put a "Certificates...
Triturate asked 3/6, 2011 at 13:33

2

Solved

In my iPod touch app I am using a library which stores a password in the keychain for future use. Now, this works fine on device but not on simulator. Is that so there is no key chain in simulator...
Anaphora asked 14/6, 2011 at 15:27

2

Solved

I am making a small app that deletes log files. I am using an NSTask instance which runs rm and srm (secure rm) to delete files. I want to be able to delete files in: /Library/Logs ~/Library/Log...
Tai asked 27/8, 2010 at 23:34

1

Solved

I've never implemented In App Purchase before, so I used the MKStoreKit wrapper and have a working implementation. MKStoreKit keeps all receipts in the UserDefaults .plist as a BOOL, thus it is ver...
Shrum asked 12/2, 2011 at 15:28

1

Solved

I need to be able to submit updates to my application from a different machine than the one I used to submit the original. I followed the instructions in the documentation, but, as usual, the docum...
Venessavenetia asked 10/12, 2010 at 6:19

1

I'm gonna say this right away: I have no idea what I'm doing here. I am not a mac developer. Here's the scenario: I have an installer (.pkg) that my boss wants me to sign. I have a certificate, is...
Photoflash asked 19/8, 2010 at 15:38

2

I have developed an iPhone application in which I am encrypting and decrypting data using public and private key. I want to see this keys in the Keychain. I got the keychain entry for mac applicati...
Whitneywhitson asked 28/10, 2009 at 10:52

1

Solved

As stated in the title, I would like to import a key pair into Keychain Access. What I have done: Obtaining an RSA public / private key pair by using OpenSSH What I am going to do: Importi...
Odontoid asked 17/8, 2010 at 11:26

1

Solved

So, I've created a development certificate for my iPhone app, and in the process I saved a C.S.R as a CertificateSigningRequest.certSigningRequest file on the computer hard drive with Keychain Acce...
Kazachok asked 20/7, 2010 at 16:1

1

Solved

I am using trying to use scifihifi-iphone (from Github) to store and retrieve usernames and passwords. However, when I add the class SFHFKeychainUtils I get the following errors: "_kSecAttrAccoun...
Zygophyte asked 12/10, 2009 at 14:38

2

Solved

I need my application to use client's phone-number to generate unique ID for my web-service. Of course a phone-number is unique, but it must be secured. So it can be implemented with symmetric encr...
Crinkle asked 20/5, 2009 at 8:49

1

Solved

I am developing Iphone application. I have used SecKeyGeneratePair method of Security/Security.h framework. I am getting public & private keys as SecKeyRef objects. Can I access the key or prin...
Brush asked 25/4, 2009 at 8:59

3

Solved

I'm writing a small program (a twitter client) in Java, aimed at Mac OS X. As part of its functionality, it needs to have a place to store the twitter username/password. The natural place would be ...
Clothesline asked 7/4, 2009 at 22:12

© 2022 - 2024 — McMap. All rights reserved.