pepsi
pepsi

Reputation: 6875

OS X Keychain Programming Resources

The only real information I could find on using the OS X keychain API was Apple's documentation. Unfortunately, the keychain API is pretty complicated and Apple's docs leave a lot to be desired.

Are there any other good resources on accessing the keychain programmatically?

Upvotes: 3

Views: 590

Answers (1)

pepsi
pepsi

Reputation: 6875

After a long search, I've concluded that there is no such reference.

I ended up just using the source code to Apple's security tool as usage examples for unclear APIs. It's open source, so the code is freely available.

Upvotes: 1

Related Questions