ChromePassConverter converts an XML file created with ChromePass from NirSoft to an XML file that is readable by Password Exporter for Firefox.
The ChromePassConverter is distributed under the MIT License which allows you to use it privately and commercially, to distribute, modify and sublicense it. You may not hold me liable and must include my name in the credits of your work. ChromePassConverter was created by Kurt Höblinger as NitricWare.
Besides Chrome, Firefox, Password Exporter and ChromePass (only available for Windows) you need PHP 5 or Python 2.
- Edit the variable
$passFile
inconverter.php
to match the path to the XML file that was created by ChromePass or name the XML file that was created by ChromePasspass.xml
and put it in the same directory. - Modify the options
- Run
converter.php
- Copy the output to a new file (i.e.
firefoxPasses.xml
) with a text editor of your choice.
- Edit the variable
passFile
inconverter.py
to match the path to the XML file that was created by ChromePass. - Modify the options
- Run
converter.py
- Copy the output to a new file (i.e.
firefoxPasses.xml
) with a text editor of your choice or pick up the file this converter created.
For further Information see the blog post over at NitricWare's Dev Blog (https://nitricdev.wordpress.com/2016/07/04/chromepass-converter/)
- Initial Release
- Code cleanup
- Save as file option
- Python Version