niksamokhvalov / kp21p

KeePass to 1Password Migration Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeePass to 1Password

Converts the KeePass (2.x) database XML file to a CSV file suitable for import into 1Password. Supported only Logins. Fields that are exported from KeePass:

  • Title.
  • URL.
  • UserName.
  • Password.
  • Notes.

Tested on versions of KeePass 2.x and 1Password 7.

Usage

  1. Install NPM.

  2. Export KeePass database to XML file (for example: keepass.xml).

  3. Open terminal:

npm i kp21p -g
kp21p --help
kp21p keepass.xml 1password.csv
  1. Import CSV file to 1Password.

About

KeePass to 1Password Migration Tool


Languages

Language:JavaScript 100.0%