Giter VIP home page Giter VIP logo

splashid2kepass's Introduction

splashid2kepass

convert from SplashID Safe to KeePass Password Safe CSV format for importation using generic CSV importer

  • support for MacRoman and Windows encodings
  • merges SplashID fields 5-9 to the end of Notes

Installation

stdlib's csv module does not support Unicode, so use unicodecsv from Jeremy Dunck instead.

git clone https://github.com/jdunck/python-unicodecsv.git
cd python-unicodecsv
sudo python setup.py install

Usage

in SplashID for Mac :

  • File / Export / CSV

  • name your output file export_csv.csv

  • select "all records"

  • save

  • mail : no

    python ./splashid_to_keepass.py -i export_csv.csv -o import.csv

open KeePass 2.x on Windows

  • File / Import / Generic CSV Importer
  • select import.csv
  • choose the text encoding and check the preview
  • in the structure tab, select
    • comma as field separator
    • " as text qualifier
    • new line as record separator
    • ignore 1st row
  • in the semantic field list, define the following fields to match import.csv
    • Title
    • User Name
    • Password
    • URL
    • last mod time : yyyy'-'MM'-'dd'T'HH':'mm';'ss'
    • Notes
    • Group
  • check the preview to see if the import would work as expected
  • go for it

Before deleting your old SplashID database, be sure that all the records imported fine. At end of process, delete all your temporary export and import files from your disk.

[email protected], 23.9.2013

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.