Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Importing Passwords

Import your existing passwords into Vault.

Supported Formats

ManagerFormatFile
NordPassCSVnordpass_export.csv
ChromeCSVChrome Passwords.csv
1PasswordCSV1Password Export.csv
BitwardenJSONbitwarden_export.json
LastPassCSVlastpass_export.csv

Import Wizard

  1. Click Import or press ⌘I
  2. Drag & drop your export file
  3. Select the format (auto-detected)
  4. Preview imported entries
  5. Click Import

Export From

Chrome

  1. Go to chrome://settings/passwords
  2. Click ⋮ next to "Saved Passwords"
  3. Click "Export passwords"
  4. Save the CSV file

NordPass

  1. Open NordPass settings
  2. Click "Export Items"
  3. Choose CSV format
  4. Save the file

1Password

  1. Open 1Password
  2. File → Export → All Items
  3. Choose CSV format
  4. Save the file

CLI Import

# Auto-detect format
pwm entry import passwords.csv
 
# Specify format
pwm entry import export.csv --format nordpass
 
# Preview first
pwm entry import passwords.csv --dry-run

Duplicate Handling

When importing, duplicates are detected by:

  • Name
  • Username
  • URL

Options:

  • Skip - Don't import duplicates
  • Replace - Update existing entries
  • Keep Both - Import as new entries