Skip to content

Instantly share code, notes, and snippets.

View Epse's full-sized avatar

Stef Pletinck Epse

View GitHub Profile
@jannikolai
jannikolai / convert_enpass_to_keepass.rb
Created July 16, 2014 09:52
Ruby script to migrate Enpass to KeePass
# 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'