Manage credentials among Chrome Passwords
, Lastpass
and Keychain
.
$ go get github.com/golib/gopass
-
exports credentials from lastpass
click Lastpass Icon -> More Options -> Advanced -> Export -> LastPass CSV File
-
converts csv file exported from lastpass to chrome import format
$ gopass chrome --csv lastpass.csv
-
imports csv file
NOTE: You have to enable
Password import
feature before you can import credentials from csv file. You can enable it by visiting chrome://flagsvisit chrome://settings -> Passwords -> (More actions)
-
exports credentials from your provider
Such as LastPass or Chrome
-
write credentials to keychain
$ gopass keychain --csv credentials.csv