Skip to content
/ gopass Public

Manage credentials among LastPass, Chrome and Keychain.

License

Notifications You must be signed in to change notification settings

golib/gopass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopass

Manage credentials among Chrome Passwords, Lastpass and Keychain.

Install

$ go get github.com/golib/gopass

Migrations

Migrate credentials from Lastpass to Chrome

  • 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://flags

    visit chrome://settings -> Passwords -> (More actions)

Migrate credentials from csv file to macos Keychain

  • exports credentials from your provider

    Such as LastPass or Chrome

  • write credentials to keychain

    $ gopass keychain --csv credentials.csv

About

Manage credentials among LastPass, Chrome and Keychain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages