2
edits
m (Added link to bug 496660 (only store master password in keychain)) |
|||
Line 27: | Line 27: | ||
== Mac OS X Integration == | == Mac OS X Integration == | ||
(See also [https://bugzilla.mozilla.org/show_bug.cgi?id=106400 bug 106400].) | (See also [https://bugzilla.mozilla.org/show_bug.cgi?id=106400 bug 106400], [https://bugzilla.mozilla.org/show_bug.cgi?id=496660 bug 496660].) | ||
Mac OS X provides an application called Keychain Services which manages passwords and certificates for all applications including web browsers. It provides default encryption of the passwords and certificates using the user's login password, locks and unlocks the chain per application etc. Basically everything we've had to re-implement for our password manager (including Master Password etc). | Mac OS X provides an application called Keychain Services which manages passwords and certificates for all applications including web browsers. It provides default encryption of the passwords and certificates using the user's login password, locks and unlocks the chain per application etc. Basically everything we've had to re-implement for our password manager (including Master Password etc). |
edits