indragiek / INKeychainAccess

[DEPRECATED] Objective-C Keychain Services Wrapper for OS X and iOS

Home Page:http://indragie.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This code is deprecated

INKeychainAccess is deprecated and will not be maintained anymore. You should not use this code going forward. My official recommended alternative is SSKeychain by Sam Soffes, which is also an iOS/OS X Keychain wrapper but is far better in many areas like error handling.

INKeychainAccess

INKeychainAccess is a simple Objective-C wrapper around Keychain Services on both Mac OS X and iOS. This code maintains a consistent API across both platforms.

Note: This code has only been extensively tested on the Mac. If you find any issues with it please open an issue.

Adding INKeychainAccess to your project

  1. Link against Security.framework.
  2. Add the INKeychainAccess source code files!

Who am I?

I'm Indragie Karunaratne, a 16 year old Mac OS X and iOS Developer from Edmonton AB, Canada. Visit my website to check out my work, or to get in touch with me. (follow me on Twitter!)

Licensing

INKeychainAccess is licensed under the BSD license.

About

[DEPRECATED] Objective-C Keychain Services Wrapper for OS X and iOS

http://indragie.com


Languages

Language:Objective-C 96.3%Language:Ruby 3.7%