1pif-to-keepass

Convert a 1Password export to an XML file importable by KeePass 2

Usage no npm install needed!

<script type="module">
  import pifToKeepass from 'https://cdn.skypack.dev/1pif-to-keepass';
</script>

README

1PIF to KeePass

by Mike Green

This is a Node module that converts a 1Password *.1pif archive to an XML file importable by KeePass 2 and KeePassX 2 alpha.

Installation

git clone https://github.com/mikedamage/1pif-to-keepass.git
cd 1pif-to-keepass
npm install
npm link