Warning
This document is still work in progress. All parts are subject to change following working group discussion.
Status | Work In Progress |
---|---|
Author | Michael Romashov |
# Converts the Export of Enpass to a format readable by KeePass | |
# | |
# This file is not heavily tested but worked for me in most cases. Of course | |
# some manual steps to regroup and edit the entries had to be done afterwards | |
# | |
# Exported with Enpass 4.0.1: File > Export > TXT | |
# ruby convert_enpass_to_keepass.rb FILENAME.txt > OUTPUT.xml | |
# Imported with KeePassX 0.4.3: File > Import from ... > KeePassX XML (*.xml) | |
require 'set' |