Archive for November 2010
iOS Keychain Plugin for PhoneGap
[UPDATE] Updated for Cordova.
So what is the Keychain? It’s a framework to store data (particularly passwords) securely on Mac OS X and iOS. You really don’t want to store passwords and other sensitive information in HTML5 local or web storage. This is a PhoneGap plugin for iOS that provides access to the Keychain through Javascript. Based on Buzz Andersen’s work – namely SFHFKeychainUtils
View the README and check out the sample app’s index.html for usage. Play around with the Get, Set, and Remove examples, should be self-explanatory.
