qunmei / importer

Bitwarden standalone importer tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitwarden Importer

The Bitwarden Importer utility can be used to migrate individual vaults from another password management service, such as LastPass, without having to deal with the typical export process requiring CSV files. Just enter your credentials from Bitwarden and the old password management service and you're done!

Bitwarden Importer Screenshot

Command line args

You can use command line arguments to pre-populate any of the fields with default values:

  • bitwardenServerUrl=https://bitwarden.company.com
  • bitwardenEmail=john.doe@company.com
  • bitwardenApiKey=1 (1 = checked)
  • bitwardenApiKeyClientId=user.guid
  • bitwardenApiKeySecret=myApiKeySecret
  • bitwardenMasterPassword=my-bitwarden-master-password
  • bitwardenKeyConnector=1 (1 = checked)
  • lastpassEmail=john.doe@company.com
  • lastpassMasterPassword=my-lastpass-master-password
  • lastpassSkipShared=1 (1 = checked)
  • disableLastpassSkipShared=1 (1 = disabled)

Special thanks

A special thank you to the Password Manager Access library that powers this application.

About

Bitwarden standalone importer tool.

License:GNU General Public License v3.0


Languages

Language:C# 79.5%Language:Shell 20.5%