Decrypt Firefox password files and export them in various formats.
python firefox_decrypt.py
-h
for help message.-v
or more verbose output.python firefox_decrypt.py -f -o
-i, --input
: Specify the input file (default: key3.db
).-o, --output
: Specify the output file (default: exported_passwords.txt
).-f, --format
: Choose the export format:
-f json
-f yaml
-f csv
-f xml
--non-fatal-decryption
: Continue decryption even if some passwords are corrupted.python firefox_decrypt.py -vvv
See CONTRIBUTORS.md for a complete list of contributions
> Visit firefox decrypt Website <