Import Data from macOS & Safari
Use this article for help exporting data from the following platforms, and importing into Bitwarden.
Safari
macOS
iCloud
Mac Keychain
Tipp
Exporting passwords requires Safari 15.0+ or macOS Monterey (12.0)+.
You can export your passwords directly from Safari or from macOS System Preferences:
To export your data from Safari:
Select File → Export → Passwords... from the macOS menu bar:
Export from Safari You will be prompted with a dialog confirming that you want to export saved passwords. Select Export Passwords... to continue.
Save your export to any location and use Touch ID or your macOS password to complete the export.
To export your data from macOS:
Open the macOS System Preferences app.
In System Preferences, select Passwords. You'll be prompted to use Touch ID or your password to continue.
On the Passwords dialog, select the menu icon ( ) and select Export Passwords...:
Export from macOS You will be prompted with a dialog confirming that you want to export saved passwords. Select Export Passwords... to continue.
Save your export to any location and use Touch ID or your password to complete the export.
Data must be imported to Bitwarden from the web vault or CLI. Data is encrypted locally before being sent to the server for storage.
Alle Schritte, um Daten in Ihren Tresor zu importieren:
Melden Sie sich im Web-Tresor unter https://vault.bitwarden.com an (oder
https://your.bitwarden.domain.com
, wenn Sie Bitwarden selbst hosten).Wählen Sie in der oberen Navigationsleiste Werkzeuge.
Wählen Sie Daten importieren aus dem Menü Werkzeuge.
Wählen Sie im Dropdown-Menü das Format Ihrer Import-Datei aus.
Klicken Sie auf Datei auswählen und fügen Sie die zu importierende Datei hinzu oder kopieren Sie den Inhalt Ihrer Datei in das Eingabefeld.
Warnung
Beim Importieren wird nicht geprüft, ob Elemente in der zu importierenden Datei bereits in Ihrem Tresor vorhanden sind. Wenn Sie mehrere Dateien importieren oder Dateien mit Elementen importieren, die bereits in Ihrem Tresor vorhanden sind, werden Duplikate erstellt.
Klicken Sie auf Daten importieren, um den Import zu starten.
Löschen Sie nach erfolgreichem Import die Import-Quelldatei von Ihrem Computer. Damit schützen Sie sich für den Fall, dass Ihr Computer angegriffen wird.
Dateianhänge müssen manuell in Ihren Tresor hochgeladen werden.
Um Daten über die Kommandozeile in Ihren Tresor zu importieren, verwenden Sie den folgenden Befehl:
bw import <format> <path>
bw import
erfordert ein Format (verwenden Sie bw import --formats
, um eine Liste von Formaten abzurufen) und einen Pfad, zum Beispiel:
bw import lastpasscsv /Users/myaccount/Documents/mydata.csv
Löschen Sie nach erfolgreichem Import die Import-Quelldatei von Ihrem Computer. Damit schützen Sie sich für den Fall, dass Ihr Computer angegriffen wird.
As of Safari 15.0, you can export passwords from Safari in a
.csv
file. Once you do,condition your .csv
to meet Bitwarden's format and import your data.
Keychain does not export seeds. TOTP storage can be manually setup following an import. See Bitwarden authenticator for help getting your TOTP codes enabled.
Imports may be rejected for exceeding any of the following data limitations:
If your import has more than 6,000 items.
If your import has more than 1,000 folders.
If your import has more than 1,000 collections.
If your import has more than 6,000 item-folder relationships (e.g. a single item in 3 folders can be said to have 3 item-folder relationships).
If your import has more than 6,000 item-collection relationships (e.g. a single item in 3 collections can be said to have 3 item-collection relationships).