Keychain (for Mac)

BlitzMax Forums/Brucey's Modules/Keychain (for Mac)

Brucey(Posted 2010) [#1]
Ever wanted to help your user out by allowing them to securely store passwords they use in your application?
OS X has such a facility built in. It's called Keychain Services.

BaH.Keychain adds support for this API, enabling you to both retrieve and store passwords easily.

The module is currently available from my maxmods SVN at googlecode.

It comes with a basic example and documentation.

Feedback, comments and critique welcome as always

:o)


Blueapples(Posted 2010) [#2]
Awesome Brucey! I will very likely be using this soon. Another great addition. Really, where would we be without you?


Queller(Posted 2010) [#3]
I am getting an error with this mod:



There was nothing unusual to note during the module building stage. May I pretty please have some help with this? I am using a MacBook Pro with Leopard and latest xcode.


Brucey(Posted 2010) [#4]
You also need the latest BlitzMax (1.38), which adds the function bbStringFromNSString() in Pub.MacOS.


Queller(Posted 2010) [#5]
what what!? A later BlitzMax version! Thanks for bringing that to my attention.