Coder Social home page Coder Social logo

enpass-to-keepass's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

enpass-to-keepass's Issues

Groups structure not preserved

This script is very useful, thanks! Could you add support for "parent_uuid" to preserve the folder structure?
It looks like KeepassXC supports a path-like structure for nested groups: Root/ParentGroup/ChildGroup

German Fields not mapped?

I used your script, Thanks a lot!
It seems that my Enpass file contains English and German stored words.
So all Passwort: xyxxy is not mapped to password and i have it in the Notes field.
Also for Webseite: https://www.github.com is not mapped to Website, also then in Notes.
Bildschirmfoto 2021-07-10 um 12 11 05

issue with csv.reader

Thanks for the script and the thorough writeup on your blog. I wanted to use it to go back to Keepass after having tried Enpass for a while but it didn't work for me. This was the error:

Traceback (most recent call last):
  File "enpass-to-keepass.py", line 84, in <module>
    main(parser.parse_args())
  File "enpass-to-keepass.py", line 33, in main
    for row in reader:
_csv.Error: line contains NULL byte

I did a little digging on stackexchange and fixed the issue by by replacing this line (#29):

reader = csv.reader(args.input_file)

with this:

reader = csv.reader((line.replace('\0','') for line in args.input_file), delimiter=",")

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.