Code Monkey home page Code Monkey logo

bitwarden-import-msecure's Introduction

Build Status Coverage

bitwarden-import-msecure

Migration from mSecure to Bitwarden.

More flexible than the built-in Bitwarden import tool.

Documentation

Bitwarden Import mSecure

Developers

Do not forget to run . ./activate.sh.

Scripts

Install invoke preferably with pipx:

pipx install invoke

For a list of available scripts run:

invoke --list

For more information about a script run:

invoke <script> --help

Allure test report

Coverage report

Created with cookiecutter using template

bitwarden-import-msecure's People

Contributors

andgineer avatar

Watchers

 avatar  avatar

bitwarden-import-msecure's Issues

Simplify --patch

  1. use msecure CSV as input
  2. if name duplicates in input use first non-empty URL for the name and just report other URLs if they are not empty

URI not exported for login records

I noticed when importing login type records, the associated URL was being ignored (not added to the json file for import).
Here's a quick diff for bitwarden_json.py that I think addresses this correctly:

<                 "uris": [],
---
>                 "uris": [
>                   { 
>                     "match": "null",
>                     "uri": data["login_uri"],
>                   }
>                 ],

Thanks for writing this!

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.