1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 05:13:43 +00:00

Q1 Release (#356)

* q1 release additions & extras

* saml samples addition

* safari app extension note

* invitation validity
This commit is contained in:
fred_the_tech_writer
2021-01-19 10:43:58 -05:00
committed by GitHub
parent 71a0a9591c
commit 1b8c9e53f7
33 changed files with 412 additions and 55 deletions

View File

@@ -5,7 +5,7 @@ categories: [import-export]
featured: true
popular: false
tags: [import]
order: 07
order: 08
---
This article defines the format you should use when manually conditioning a `.csv` or `.json` for import into Bitwarden. This format is identical to that used by `.csv` or `.json` files created by [Exporting your Bitwarden Vault]({% link _articles/account/export-your-data.md %}).

View File

@@ -0,0 +1,68 @@
---
layout: article
title: Encrypted Exports
categories: [import-export]
featured: true
popular: false
tags: [import]
order: 07
---
Encrypted Exports provide a secure long-term storage option for Vault data backups. Vault data is encrypted using your account's Encryption Key.
{% callout warning %}
[Rotating your account's encryption key](https://bitwarden.com/help/article/change-master-password/#rotating-your-accounts-encryption-key) will render an Encrypted Export impossible to decrypt. **If you rotate your encryption key, replace the old backup with one that uses the new encryption key.**
{% endcallout %}
An Encrypted Export of the following plaintext login item:
```
{
...
"login": {
"username": "mylogin",
"password": "mypassword",
"totp": "otpauth://totp/my-secret-key"
},
...
```
Will look something like:
```
{
...
"login": {
"username": "9.dZwQ+b9Zasp98dnfp[g|dHZZ1p19783bn1KzkEsA=l52bcWB/w9unvCt2zE/kCwdpiubAOf104os}",
"password": "1o8y3oqsp8n8986HmW7qA=oiCZo872b3dbp0nzT/Pw=|A2lgso87bfDBCys049ano278ebdmTe4:",
"totp": "2CIUxtpo870B)*^GW2ta/xb0IYyepO(*&G(&BB84LZ5ByZxu0E9hTTs6PHg0=8q5DHEPU&bp9&*bns3EYgETXpiu9898sxO78l"
},
...
```
## Create an Encrypted Export
Downloading an Encrypted Export follows the same procedure as downloading a plaintext `.csv` or `.json` export:
1. In the [Web Vault](https://vault.bitwarden.com){:target="\_blank"}, select **Tools** from the top navigation bar.
3. Select **Export Vault** from the left-hand Tools menu.
4. On the Export Vault page:
- Select **.json (Encrypted)** from the **File Format** dropdown.
- Enter your **Master Password**.
5. Select the **Export Vault** button to download your Vault Export. You will be prompted to specify a location for download.
For help downloading an Encrypted Export from any other client application, see [Export Vault Data]({% link _articles/account/export-your-data.md %}).
## Import an Encrypted Export
Importing an Encrypted Export following the same procedure as importing a plaintext `.csv` or `.json` file:
1. In the [Web Vault](https://vault.bitwarden.com){:target="\_blank"}, select **Tools** from the top navigation bar.
2. Select **Import Data** from the left-hand Tools menu.
3. Select **Bitwarden (json)** as the format of your file to import.
{% callout success %}There is no import option specifically for Encrypted Exports. A handler will determine that the `.json` file is encrypted and decrypt using your account encryption key.{% endcallout %}
5. Select the **Browse** button and add your file.
6. Select the **Import Data** button to complete your import.
{% callout warning %}
Importing data multiple times will create duplicates.
{% endcallout %}

View File

@@ -8,9 +8,11 @@ tags: [import]
order: 01
---
Bitwarden provides a data import tool for easy migration from any password management solution to your personal Vault. You may also import data directly to an Organization Vault, for information see [Import Data to an Organization]({% link _articles/organizations/import-to-org.md %}).
Bitwarden provides a data import tool for easy migration from any password management solution to your personal Vault or Organization Vault (see [Import Data to an Organization]({% link _articles/organizations/import-to-org.md %})).
Bitwarden supports a large array of import formats, including those used by the most popular password management solutions:
You can also use the data import tool to import from one Bitwarden Vault to another, or to import a backup [Encrypted Export]({% link _articles/importing/encrypted-export.md %}).
Bitwarden supports a large array of formats for import, including those used by the most popular password management solutions:
- [Import from LastPass]({% link _articles/importing/import-from-lastpass.md %})
- [Import from 1Password]({% link _articles/importing/import-from-1password.md %})
@@ -19,10 +21,6 @@ Bitwarden supports a large array of import formats, including those used by the
For a full list of supported formats, see [Supported Formats](#supported-formats).
{% callout info %}
If you're importing from one Bitwarden Vault to another Bitwarden Vault, or if your format is not listed, [Condition a Bitwarden .csv or .json]({% link _articles/importing/condition-bitwarden-import.md %}).
{% endcallout %}
## Import to your Personal Vault
To import your data into a personal Vault:
@@ -31,6 +29,8 @@ To import your data into a personal Vault:
2. Select **Tools** from the top navigation bar.
3. Select **Import Data** from the left Tools menu.
4. Select the format of your file to import from the dropdown menu.
{% callout success%}If you're importing an [Encrypted Export]({% link _articles/importing/encrypted-export.md %}), select `.json` as you would if it were plaintext. A handler will determine that the file is encrypted and decrypt using your [account encryption key](https://bitwarden.com/help/article//change-your-master-password/#rotating-your-accounts-encryption-key).{% endcallout %}
5. Select the **Browse** button and add your file.
6. Select the **Import Data** button to complete your import.
@@ -51,7 +51,7 @@ An item in your `.csv` exceeds the size limited allowed for items stored in the
The following formats are supported out-of-the-box:
{% callout info %}
If you're importing from one Bitwarden Vault to another Bitwarden Vault, or if your format is not listed, [Condition a Bitwarden .csv or .json]({% link _articles/importing/condition-bitwarden-import.md %}).
If your format is not listed below, manually [condition a Bitwarden .csv or .json]({% link _articles/importing/condition-bitwarden-import.md %}).
{% endcallout %}
- [1Password (1pif)]({% link _articles/importing/import-from-1password.md %})