From: <jea...@gm...> - 2007-08-13 17:59:36
|
On 8/13/07, Yvon Thoraval <yvo...@gm...> wrote: > > > > 2007/8/12, jea...@gm... <jea...@gm...>: > > > > > depending if you need to temporarily authenticate the user for admin > > access or keychain, you would use different tools. > > > > this might be of help > > http://developer.apple.com/documentation/Security/Conceptual/SecureCodingGuide/Articles/SecuritySvcs.html > > > > > > and maybe even this (you could generate bridge support files, embed them > > in the framework and embed the framework in your app): > > > > http://bdash.net.nz/blog/2004/08/30/example-code-mac-os-x-keychain-access-from-python/ > > > > cheers, > > jean-pierre > > > > > then i might even use a python framework from RubyCocoa ? > nah, it just points to a third party objc framework that wraps keychain access - you could take the framework, build BS files for it, embed it in your application and then off you go. i think the article is specific to using it in python but it could be used in ruby too no? cheers, jean-pierre |