Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 232 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 232 Bytes

enpass-to-keepassxc

Enpass to KeepassXC (csv) converter

Compile:

go build

Convert Enpass .json to KeepassXC .csv:

./enpass-to-keepassxc input_file.json output_file.csv

OR

go run main.go input_file.json output_file.csv