On Mon, Aug 21, 2017 at 1:58 AM, Patrick O'Callaghan <pocallaghan@gmail.com> wrote:
On Sun, 2017-08-20 at 22:34 -0700, Gerald B. Cox wrote:
> On Mon, Aug 14, 2017 at 2:29 PM, Gerald B. Cox <gbcox@bzb.us> wrote:
...

> and when QtWebEngine supports the Chome Extension API, chances are you'll
> see the support pop up in BitWarden before LastPass.
> Looks like they're working on supporting many browsers and developing a
> desktop client for Linux.  Plus, they're GPLv3.

I wasn't aware of BitWarden but I'll check it out. I still hope
there'll be LP support as well of course.

If you do test and import from LassPass, be advised that if any passwords have "&" in
them, they'll be in the .csv file as "&amp;" - took me awhile to figure out the correct syntax
in vim to fix it.   It is ===>  :%s/&amp;/\&/g