> > I want to write an app that I'd like to have "hook" into a text box in > > Safari and log your IDs, passwords, and bank account status. > > Well, password fields are "special" and are 'resistant' to key > logging, but you don't have to 'hook into' any apps to log the rest. > You don't even need an input manager.
I realized as soon as I hit 'send' that this was unclear. To log everything but passwords, simple keylogging can be employed without an input manager or otherwise talking with the other applications. The event dispatch system will happily help you with that 'problem' (using Carbon). Passwords, etc, can be gotten via input managers I believe. I think this is how "1Password" works. Password fields are, however, resistant to key logging as I said. -- I.S. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
