mirror of
https://github.com/bitwarden/importer.git
synced 2025-12-10 00:10:51 -06:00
1.4 KiB
1.4 KiB
Archived
This repository is archived. Please go to https://bitwarden.com/help/import-from-lastpass/ for information on directly importing from LastPass.
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!
Command line args
You can use command line arguments to pre-populate any of the fields with default values:
bitwardenServerUrl=https://bitwarden.company.combitwardenEmail=john.doe@company.combitwardenApiKey=1(1 = checked)bitwardenApiKeyClientId=user.guidbitwardenApiKeySecret=myApiKeySecretbitwardenMasterPassword=my-bitwarden-master-passwordbitwardenKeyConnector=1(1 = checked)lastpassEmail=john.doe@company.comlastpassMasterPassword=my-lastpass-master-passwordlastpassSkipShared=1(1 = checked)disableLastpassSkipShared=1(1 = disabled)
Special thanks
A special thank you to the Password Manager Access library that powers this application.
