From 7b4e538be05c55aaecfc2413d061c02e4415bb98 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 11 Oct 2016 23:14:57 -0400 Subject: [PATCH] security category and lastpass import article --- .../getting-started/change-master-password.md | 2 +- .../getting-started/import-from-lastpass.md | 45 +++++++++++++++++++ _categories/security.md | 5 +++ _config.yml | 2 +- 4 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 _articles/getting-started/import-from-lastpass.md create mode 100644 _categories/security.md diff --git a/_articles/getting-started/change-master-password.md b/_articles/getting-started/change-master-password.md index 2da7f61e..973ab39e 100644 --- a/_articles/getting-started/change-master-password.md +++ b/_articles/getting-started/change-master-password.md @@ -3,7 +3,7 @@ layout: article title: Changing Your Master Password category: Getting Started featured: true -popular: true +popular: false tags: [password, account] --- diff --git a/_articles/getting-started/import-from-lastpass.md b/_articles/getting-started/import-from-lastpass.md new file mode 100644 index 00000000..f3c65143 --- /dev/null +++ b/_articles/getting-started/import-from-lastpass.md @@ -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 diff --git a/_categories/security.md b/_categories/security.md new file mode 100644 index 00000000..ac6031a3 --- /dev/null +++ b/_categories/security.md @@ -0,0 +1,5 @@ +--- +layout: category +title: Security +featured: true +--- diff --git a/_config.yml b/_config.yml index 9acb5b4d..5c528274 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ markdown: kramdown permalink: pretty -encoding: UTF-8 +encoding: utf-8 exclude: [node_modules, ./bitwarden-help.sln]