mirror of
https://github.com/bitwarden/help
synced 2025-12-12 14:23:15 +00:00
update lastpass html encoding warning
This commit is contained in:
@@ -11,26 +11,26 @@ Importing your data from LastPass into bitwarden is easy.
|
|||||||
|
|
||||||
## Export your sites from the LastPass.com web vault
|
## Export your sites from the LastPass.com web vault
|
||||||
|
|
||||||
1. Log into your LastPass account at www.lastpass.com and navigate to "More Options" (at the very bottom of the left sidebar menu) > "Advanced" > "Export".<br />
|
1. Log into your LastPass account at www.lastpass.com and navigate to **More Options** (at the very bottom of the left sidebar menu) → **Advanced** → **Export**.<br />
|
||||||
{% image lastpass-options.png %}
|
{% image lastpass-options.png %}
|
||||||
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.<br />
|
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.<br />
|
||||||
{% image lastpass-password.png %}
|
{% image lastpass-password.png %}
|
||||||
3. Your data will be decrypted and shown on screen in [CSV][csv] format.
|
3. Your data will be decrypted and shown on screen in [CSV][csv] format.
|
||||||
4. Highlight all of the data on the page and copy it to your clipboard.
|
4. Highlight all of the data on the page and copy it to your clipboard.
|
||||||
- Highlight all of the data with your mouse (or simply press <code>Ctrl + A</code>), then right click with your mouse and select "Copy".<br />
|
- Highlight all of the data with your mouse (or simply press <code>Ctrl + A</code>), then right click with your mouse and select **Copy**.<br />
|
||||||
{% image lastpass-copy.png %}
|
{% image lastpass-copy.png %}
|
||||||
|
|
||||||
{% warning %}
|
{% warning %}
|
||||||
There are known bugs with the LastPass exporter regarding the ampersand character (<code>&</code>). The LastPass exporter may change all ampersand characters in your passwords to the value <code>&amp;</code>. If this LastPass bug affects your export you should use a text editor (such as notepad) to find/replace all values <code>&amp;</code> with <code>&</code> before importing into bitwarden.
|
There are known bugs (for years now) with the LastPass exporter regarding special characters such as the ampersand (<code>&</code>), the greater than sign (<code>></code>), and the less than sign (<code><</code>). The LastPass exporter may change (HTML encode) these and possibly other special characters in your passwords to their respective HTML encoded values (ex. <code>&amp;</code>, <code>&gt;</code>, and <code>&lt;</code>). If this LastPass bug affects your exported data you should use a text editor (such as Notepad) to find and replace all these values before importing into bitwarden. For example, you may want to do a find and replace for <code>&amp;</code> → <code>&</code> and <code>&lt;</code> → <code><</code>).
|
||||||
{% endwarning %}
|
{% endwarning %}
|
||||||
|
|
||||||
## Import your sites into bitwarden
|
## Import your sites into bitwarden
|
||||||
|
|
||||||
1. Go to the [bitwarden web vault][bitwarden-vault] and log in.
|
1. Go to the [bitwarden web vault][bitwarden-vault] and log in.
|
||||||
2. Navigate to "Tools" > "Import".
|
2. Navigate to **Tools** → **Import Data**.
|
||||||
3. Select "LastPass" as the file format and paste the [CSV][csv] content into the textbox that you copied to your clipboard in step 4 above.
|
3. Select **LastPass** as the file format and paste the [CSV][csv] content into the textbox that you copied to your clipboard in step 4 above.
|
||||||
- Click into the textbox with your mouse, then right click with your mouse and select "Paste".
|
- Click into the textbox with your mouse, then right click with your mouse and select **Paste**.
|
||||||
4. Click the "Import" button.
|
4. Click the **Import** button.
|
||||||
|
|
||||||
Congratulations! You have just transferred all of your data from LastPass into bitwarden.
|
Congratulations! You have just transferred all of your data from LastPass into bitwarden.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user