Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kspearrin/ff-password-exporter
Easily export your passwords from Firefox.
https://github.com/kspearrin/ff-password-exporter
electron firefox javascript passwords
Last synced: 10 days ago
JSON representation
Easily export your passwords from Firefox.
- Host: GitHub
- URL: https://github.com/kspearrin/ff-password-exporter
- Owner: kspearrin
- License: gpl-3.0
- Created: 2018-05-10T16:05:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:33:35.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T09:25:59.718Z (3 months ago)
- Topics: electron, firefox, javascript, passwords
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 479
- Watchers: 31
- Forks: 65
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FF Password Exporter
It can be difficult to export your passwords from Firefox. Since version 57 of Firefox (Quantum) existing password export addons no longer work. Mozilla provides no other official alternatives. FF Password Exporter makes it quick and easy to export all of your passwords from Firefox. You can use FF Password Exporter on Windows, macOS, and Linux distributions.
![FF Password Exporter](http://imgur.com/xjPNUOJ.png "FF Password Exporter")
## Download/Install
- Windows 7, 8, 10 and later
- [Portable (.exe, x86 and x64)](https://github.com/kspearrin/ff-password-exporter/releases/download/v1.2.0/FF-Password-Exporter-Portable-1.2.0.exe)
- [Installer (.exe, x86 and x64)](https://github.com/kspearrin/ff-password-exporter/releases/download/v1.2.0/FF-Password-Exporter-Installer-1.2.0.exe)
- macOS (OS X) Mavericks and later
- [Portable (.app, x64)](https://github.com/kspearrin/ff-password-exporter/releases/download/v1.2.0/ff-password-exporter-1.2.0-mac.zip)
- [Installer (.dmg, x64)](https://github.com/kspearrin/ff-password-exporter/releases/download/v1.2.0/FF-Password-Exporter-1.2.0.dmg)
- Linux
- [Portable (.AppImage, x64)](https://github.com/kspearrin/ff-password-exporter/releases/download/v1.2.0/FF-Password-Exporter-1.2.0-x86_64.AppImage)## How to Use
1. Download and install/run FF Password Exporter. Use the links above.
2. Choose the Firefox user's profile directory you want to export passwords from.
3. If you have set a master password to protect your Firefox passwords, enter it.
4. Click the export button.
5. Choose your file format (CSV or JSON), and save the file to your device.## Supported Firefox Versions
- Firefox 58+ with `key4.db` profiles
## Contributing
FF Password Exporter is written in Electron with JavaScript. Contributions/pull requests are welcome!
**Requirements**
- [Node.js](https://nodejs.org/)
**Run the app**
```bash
npm install
npm run electron
```