Import Firefox passwords into KeePassX or KeePass2
Posted
by
rubo77
on Super User
See other posts from Super User
or by rubo77
Published on 2014-02-12T10:39:43Z
Indexed on
2014/06/04
9:28 UTC
Read the original article
Hit count: 274
I have an XML export of my Firefox Passwords in the form (I replaced real passwords with *):
<xml>
<entries ext="Password Exporter" extxmlversion="1.1" type="saved" encrypt="false">
<entry host="chrome://weave" user="****" password="****" formSubmitURL="" httpRealm="Mozilla Services Password" userFieldName="" passFieldName=""/>
<entry host="chrome://weave" user="****" password="****" formSubmitURL="" httpRealm="Mozilla Services Encryption Passphrase" userFieldName="" passFieldName=""/>
<entry host="http://www.example.de" user="rubo77" password="****" formSubmitURL="http://www.example.de" httpRealm="" userFieldName="benutzername" passFieldName="passwort"/>
<entry host="http://example2.de" user="qqq" password="pppp" formSubmitURL="http://example2.de" httpRealm="" userFieldName="username" passFieldName="pass"/>
...
Can I somehow convert this into a form KeePassX understands?
© Super User or respective owner