Skip to content

Instantly share code, notes, and snippets.

View llucax's full-sized avatar

Leandro Lucarella llucax

View GitHub Profile
@llucax
llucax / pasaffe-dump-keepassx-xml.py
Last active August 29, 2015 14:09
Password DB exporters to KeePassX XML.
#!/usr/bin/python
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Converts Pasaffe DB format to KeePassX XML.
### BEGIN LICENSE
# Copyright (C) 2014 Leandro Lucarella <llucax@gmail.com>
# Based on work by Jamie Strandboge <jamie@canonical.com> which was
# based on work by Marc Deslauriers <marc.deslauriers@canonical.com>
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published