Coder Social home page Coder Social logo

wp-lkl / pmmst Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 154 KB

Migration tool for Password Managers. Particularly centered around KeePassXC.

Python 100.00%
password-manager keepassxc json2csv jsontocsv converter password-management dashlane lastpass passwordboss

pmmst's Introduction

PMMST - Password Manager Migration Support Tool

High and time-consuming migration-costs between Password Managers has led to deceptive and ever-changing pricing models, usually converging towards a subscription model of some kind. This tool is intended to help you to migrate your passwords from one password manager to another, specifically supporting migration towards KeePassXC.

Overview

  • media/ - Images and other media files
  • README.md - This file
  • JSON2CSV.py - Script to convert JSON to CSV.

Usage

  1. Create a secure and air-tight environment such as a VM or a container.
  2. Export or backup your passwords locally as a .JSON file.
  3. Configure the setup variables within the script:
EXPANDNOTES    = True                      # Merge incompatible fields into notes.
FILE           = 'passwords.json'          # Password backup/export file.
CSVNAME        = 'passwordsProcessed.csv'  # Processed passwords output file.
REMOVE         = []                        # Fields to remove.
VALID          = []                        # Only use fields that are valid for KeePass.
  1. Run: python JSON2CSV.py
  2. Import as .CSV into KeePassXC. KeePassImport
  3. Completely delete all password files. Also within the bin or cloud backups!

KeePassXC

KeePassXC is Free and Open Source Software (FOSS) and is developed by KeePassXC Team. It supports most platforms and is available for free download here.

Import Compatibility

  • It would be nice if custom fields were automatically created during the import process. But this is not the case yet.
  • It would be convenient if new lines for notes were substituteable with a tag or character such as <BR>.

Contributing

Contributions are very welcome. In particular, it can be imagined that a smaller adjustment to the code could be made to make it useful for a wider range of PMs. Please feel free to submit a pull request if this is the case.

pmmst's People

Contributors

wp-lkl avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.