danesparza / mpexporter

MPExporter exports your Macpass/Keepass compatible XML export file to CSV.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPExporter GoDoc Version

MPExporter exports your Macpass/Keepass compatible XML export file to CSV. This is particularly useful for password managers such as 1Password or LastPass that can import your data from CSV. Only 1Password is supported at the moment.

Installation

go get github.com/jtsiros/mpexporter

Build

go build cmd/mpexporter/mpexporter.go

Usage

./mpexporter --export 1password --i macpass.xml --o sample.csv

About

MPExporter exports your Macpass/Keepass compatible XML export file to CSV.

License:MIT License


Languages

Language:Go 100.0%