4 changed files with 52 additions and 2 deletions
@ -0,0 +1,45 @@
@@ -0,0 +1,45 @@
|
||||
--- |
||||
layout: article |
||||
title: Import Your Account Data From LastPass |
||||
category: Getting Started |
||||
featured: true |
||||
popular: true |
||||
tags: [import, lastpass] |
||||
--- |
||||
|
||||
Importing your data from LastPass into bitwarden is easy. |
||||
|
||||
**From The LastPass.com Web Vault** |
||||
|
||||
1. Log into your LastPass account and navigate to "More Options" > "Advanced" > "Export". |
||||
2. This will take you to a page that then asks you to enter your LastPass master password for verification. |
||||
Enter your LastPass master password. |
||||
3. Your data will be decrypted and shown on screen in [CSV][csv] format. |
||||
4. Highlight all of the data on the page copy it to your clipboard. |
||||
5. Create a new text file on your desktop called "lastpass_export.csv". |
||||
6. Edit this file, paste your CSV data that was copied from step 4. Save. |
||||
7. Go to the [bitwarden web vault][bitwarden-vault] and log in. |
||||
8. Navigate to "Tools" > "Import". |
||||
9. Select "LastPass" as the source and select your "lastpass_export.csv" file from the desktop that you created in step 5. |
||||
10. Click the "Import" button. |
||||
|
||||
Congraulations! You have just transferred all of your data from LastPass into bitwarden. |
||||
|
||||
**From The LastPass Browser Extension** |
||||
|
||||
1. Click the LastPass icon in your browser and navigate to "More Options" > "Advanced" > "Export" > "LastPass CSV File". |
||||
2. This will take you to a page that then asks you to enter your LastPass master password for verification. |
||||
Enter your LastPass master password. |
||||
3. Your data will be decrypted and shown on screen in [CSV][csv] format. |
||||
4. Highlight all of the data on the page copy it to your clipboard. |
||||
5. Create a new text file on your desktop called "lastpass_export.csv". |
||||
6. Edit this file, paste your CSV data that was copied from step 4. Save. |
||||
7. Go to the [bitwarden web vault][bitwarden-vault] and log in. |
||||
8. Navigate to "Tools" > "Import". |
||||
9. Select "LastPass" as the source and select your "lastpass_export.csv" file from the desktop that you created in step 5. |
||||
10. Click the "Import" button. |
||||
|
||||
Congraulations! You have just transferred all of your data from LastPass into bitwarden. |
||||
|
||||
[csv]: https://en.wikipedia.org/wiki/Comma-separated_values |
||||
[bitwarden-vault]: https://vault.bitwarden.com |
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
--- |
||||
layout: category |
||||
title: Security |
||||
featured: true |
||||
--- |
||||
Loading…
Reference in new issue