firefox decrypt

No description is available yet
firefox decrypt logo

Firefox Decrypt


Overview

Decrypt Firefox password files and export them in various formats.


Usage

  • python firefox_decrypt.py
  • Add -h for help message.
  • Use -v or more verbose output.
  • Combine with other options: python firefox_decrypt.py -f -o

Options


Input/Output

  • -i, --input: Specify the input file (default: key3.db).
  • -o, --output: Specify the output file (default: exported_passwords.txt).

Formats

  • -f, --format: Choose the export format:
    • -f json
    • -f yaml
    • -f csv
    • -f xml

Non-Fatal Decryption

  • --non-fatal-decryption: Continue decryption even if some passwords are corrupted.

Troubleshooting

  • Use high verbosity mode: python firefox_decrypt.py -vvv

Contributors

See CONTRIBUTORS.md for a complete list of contributions


  • firepwned - check if your passwords have been involved in a known data leak
  • FF Password Exporter - Firefox AddOn for exporting passwords




> Visit firefox decrypt Website <