1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

security category and lastpass import article

This commit is contained in:
Kyle Spearrin
2016-10-11 23:14:57 -04:00
parent 0e13758779
commit 7b4e538be0
4 changed files with 52 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ layout: article
title: Changing Your Master Password
category: Getting Started
featured: true
popular: true
popular: false
tags: [password, account]
---

View File

@@ -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

5
_categories/security.md Normal file
View File

@@ -0,0 +1,5 @@
---
layout: category
title: Security
featured: true
---

View File

@@ -1,6 +1,6 @@
markdown: kramdown
permalink: pretty
encoding: UTF-8
encoding: utf-8
exclude: [node_modules, ./bitwarden-help.sln]