Skip to content

anirudhjoshi/lastpass2keepass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

Allows you to convert the LastPass export to a KeePass XML import.

REQUIRES

  • Python 2.6 (sys, csv, datetime, re, xml)

SUPPORTS

  • KeePassXML

USAGE

python lastpass2keepass.py exportedTextFile

Then import the "exportedTextFile.export.xml" into KeePassx via:

File --> Import from... --> KeePassX XML (*.xml)

TESTS/DEMO

python test_generator.py
python lastpass2keepass.py test_passwords.txt

Then import the "test_passwords.txt.export.xml" into KeePassx via:

File --> Import from... --> KeePassX XML (*.xml)

UTF-8

This is UTF-8 compliant on *nix systems, with Python 2.6.

ACKNOWLEDGEMENTS

Python XML processing with lxml, John W. Shipman, http://infohost.nmt.edu/tcc/help/pubs/pylxml/. ElementTree Overview, Fredrik Lundh, http://effbot.org/zone/element-index.htm.

COPYRIGHT

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

WARRANTY

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

Allows you to convert the LastPass export to a KeePass XML import.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages