What tools can export saved Firefox passwords, and what are their limitations with Master Passwords?
Common tools include `WebBrowserPassView`, `firepwd.py`, `LaZagne`, and `firefox_decrypt.py`. `WebBrowserPassView` supports command-line export but cannot decrypt with a Master Password. `firepwd.py` can handle key3.db with a Master Password but has a bug with key4.db. `firefox_decrypt.py` uses Network Security Services (NSS) and supports both key3.db and key4.db Master Password decryption, though it requires matching Python and Firefox architectures. For a deeper dive into the NSS method, see [Exporting saved passwords from Firefox browser via Network Security Services](/news/exporting-saved-passwords-from-firefox-browser-via-network-security-services).