palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
113 stars 14 forks source link

Issue 26 - Add importer for LastPass CSV files #67

Closed kzar closed 6 years ago

kzar commented 6 years ago

This is a rebased version of #53, there are still some FIXME comments which need to be dealt with but it's working.

Questions:

kzar commented 6 years ago

Oh, one thing I noticed was the file selection dialog is expecting the user to pick a .json file, so I had to manually change that before I was allowed to select my .csv file.

palant commented 6 years ago

As of https://github.com/palant/easypasswords/commit/27a494831fe1bf08dbd0015e342f4b672a254d61 stored passwords can have revisions as well. So it should now be possible to address your concerns.

kzar commented 6 years ago

As discussed in IRC I've addressed what I can for now. There are still some problems / things to do:

palant commented 6 years ago

This has been merged with some additional changes.