Home › Converters › Enpass to KeePassXC
Enpass to KeePassXC converter
Enpass and KeePassXC both use CSV, but Enpass writes 6 columns; KeePassXC expects 7 in a different order — so KeePassXC rejects a raw Enpass export or silently files everything into the wrong fields. Drop your export below and get back a file KeePassXC accepts.
Convert your Enpass export
The conversion runs entirely in this tab using JavaScript. Your file is never sent to a server — you can confirm it by opening your browser's Network tab, or by turning off Wi-Fi before you drop the file in. Prefer not to do this in a browser tab at all? Download the converter and run it from your own disk.
What's actually different between the two formats
Every column Enpass exports has a counterpart in KeePassXC, but they come out in a different order, and KeePassXC expects 1 more column that Enpass never writes. A CSV importer reads by position as much as by name, so the file still needs rebuilding.
| Enpass column | KeePassXC column | What happens |
|---|---|---|
Title | Title | Same name, position adjusted |
Username | Username | Same name, position adjusted |
Password | Password | Same name, position adjusted |
URL | URL | Same name, position adjusted |
TOTP | TOTP | Same name, position adjusted |
Notes | Notes | Same name, position adjusted |
— none — | Group | Left empty — Enpass exports nothing for this. |
What carries over
| Field | Enpass | KeePassXC | Result |
|---|---|---|---|
| Item name / title | Yes | Yes | Carried over |
| Username and password | Yes | Yes | Carried over |
| Website URL | Yes | Yes | Carried over |
| Notes | Yes | Yes | Carried over |
| Folders / groups | Yes | Yes | Carried over |
| Two-factor (TOTP) secrets | Yes | Yes | Carried over |
| Favorites | No | No | Not in the source file |
| Custom fields | No | No | Not in the source file |
| Multiple URLs per entry | No | No | Not in the source file |
| File attachments | Yes | No | No CSV export includes attachments. Download them out of Enpass separately before you close the account — this is the one thing people lose permanently. |
Step 1 — Export from Enpass
- Open the Enpass desktop app and unlock your vault.
- Go to Menu → File → Export.
- Choose the vault and select CSV as the format.
- Enter your master password and save.
Watch out for
- Enpass CSV export flattens custom item templates. Anything beyond title/username/password/URL/notes arrives as note text.
- Enpass exports per-vault. If you use more than one vault, export each separately and convert each file.
Step 2 — Convert it
Drop the file onto the converter above. It parses Enpass's layout, maps each field onto the universal record, then writes KeePassXC's exact expected columns — including the empty ones its importer requires and, where the two differ, the right shape for 2FA secrets. You'll see a preview and a list of anything KeePassXC can't hold before you download.
Rather not put this file in a browser tab connected to the internet? The same converter is available as a single HTML file you can download and open with your network switched off.
Step 3 — Import into KeePassXC
- In KeePassXC choose Database → Import → CSV file.
- Select the converted file.
- Confirm the column mapping in the preview — KeePassXC lets you assign each column by hand.
- Set a master password for the new database.
Watch out for
- KeePassXC CSV export writes attachments and entry history nowhere — if you need those, keep the .kdbx file as your archive.
- Group paths use a forward slash and include the database root, e.g. Passwords/Work. Strip or keep the root depending on where you want entries to land.
Step 4 — Verify and clean up
- Open ten entries in KeePassXC at random and check them against Enpass.
- Generate a 2FA code for one account in KeePassXC and confirm it matches Enpass. A TOTP secret that imported wrong fails silently until you're locked out.
- Sign in to one real site using KeePassXC to confirm autofill works.
- Delete both CSV files and empty your trash. If your Downloads folder syncs to iCloud, OneDrive or Dropbox, confirm the deletion propagated there too.
- Only then close your Enpass account — and change any password you suspect was exposed while the plaintext file existed.
Questions
Why won't KeePassXC import my Enpass file directly?
Every column Enpass exports has a counterpart in KeePassXC, but they come out in a different order, and KeePassXC expects 1 more column that Enpass never writes. A CSV importer reads by position as much as by name, so the file still needs rebuilding. The converter rewrites the file into KeePassXC's exact expected layout, including the column order and any empty columns its importer requires.
Do my passwords get uploaded anywhere?
No. The conversion is JavaScript running in your own browser tab — the file is read with the FileReader API, transformed in memory, and handed back to you as a download. There is no upload, no server-side processing and no analytics attached to the file. You can verify this by disconnecting from the internet before you drop the file in: the conversion still works.
What gets lost moving from Enpass to KeePassXC?
KeePassXC can't natively store: file attachments. Rather than drop that data, the converter writes it into the notes field where KeePassXC has one, so you can move it back by hand. Keep your Enpass account active until you've confirmed everything you need made it across.
Will my two-factor codes still work after the move?
Yes, as long as Enpass exported the secrets. Enpass and KeePassXC store them in different shapes — one uses a bare Base32 secret, the other a full otpauth:// URI — and the converter translates between them, which is the step most manual migrations get wrong. Check a couple of codes against your old vault before you delete it, since a TOTP secret that fails to import is silent until you're locked out.
Is the export file from Enpass encrypted?
No. An Enpass CSV export is plaintext — every password in it is readable by anything that can open the file, including other apps on your machine and anything that syncs your Downloads folder to the cloud. Convert it, import it, then delete both files and empty your trash. If your Downloads folder syncs to iCloud, OneDrive or Dropbox, check that the deletion propagated.
Anything unusual about Enpass's export?
Enpass CSV export flattens custom item templates. Anything beyond title/username/password/URL/notes arrives as note text.
Anything unusual about importing into KeePassXC?
KeePassXC CSV export writes attachments and entry history nowhere — if you need those, keep the .kdbx file as your archive.
Related converters
Other routes out of Enpass
- Enpass → 1Password
- Enpass → Apple Passwords
- Enpass → Bitwarden
- Enpass → Dashlane
- Enpass → Google Chrome
- Enpass → Keeper
- Enpass → LastPass
- Enpass → Microsoft Edge
- Enpass → Mozilla Firefox
- Enpass → NordPass
- Enpass → Proton Pass
- Enpass → RoboForm
- Enpass → Safari
Other ways into KeePassXC
- 1Password → KeePassXC
- Apple Passwords → KeePassXC
- Bitwarden → KeePassXC
- Dashlane → KeePassXC
- Google Chrome → KeePassXC
- Keeper → KeePassXC
- LastPass → KeePassXC
- Microsoft Edge → KeePassXC
- Mozilla Firefox → KeePassXC
- NordPass → KeePassXC
- Proton Pass → KeePassXC
- RoboForm → KeePassXC
- Safari → KeePassXC
Moving the other way? KeePassXC → Enpass · All 210 converters