Importing Passwords
Import your existing passwords into Vault.
Supported Formats
| Manager | Format | File |
|---|---|---|
| NordPass | CSV | nordpass_export.csv |
| Chrome | CSV | Chrome Passwords.csv |
| 1Password | CSV | 1Password Export.csv |
| Bitwarden | JSON | bitwarden_export.json |
| LastPass | CSV | lastpass_export.csv |
Import Wizard
- Click Import or press
⌘I - Drag & drop your export file
- Select the format (auto-detected)
- Preview imported entries
- Click Import
Export From
Chrome
- Go to
chrome://settings/passwords - Click ⋮ next to "Saved Passwords"
- Click "Export passwords"
- Save the CSV file
NordPass
- Open NordPass settings
- Click "Export Items"
- Choose CSV format
- Save the file
1Password
- Open 1Password
- File → Export → All Items
- Choose CSV format
- 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-runDuplicate 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