Showing posts with label keychain. Show all posts
Showing posts with label keychain. Show all posts

6 Jul 2010

keychain in applications

some developers do not use keychain to store the passwords (why?). I started to promote the keychain usage in different applications, the links are below
Mendeley
AppFresh
DynDNS Updater
Kindle (?)
Anki

3 Jul 2010

password duplication in keychain

keychain on Mac OS X may contain several password records, which actually refer to the same password. for example, searching for "google" in keychain gives three records:
- jabber - application password (iChat)
- google.com - internet password (Firefox, Safari, Chrome)
- jabber - internet password (Adium)
you could also have POP3/IMAP/SMTP passwords on gmail, if you use Mail. they all refer to one password for google account. this means that the password cannot be changed in one place anymore. fail.
what can be done? merging of the records is not possible, since different applications look for saved passwords using their rules. maybe aliasing or symlinking of all duplications to one record is possible? then how to handle different kinds of records (application password, internet password, web form password)?