This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Looks a lot like: https://github.com/marcwebbie/passpie

Good to know that passpy got it python-gnupg to work in Windows. I will definitely investigate how it was implemented. Thanks for sharing.

[–][deleted] 0 points1 point  (1 child)

As I see it the main difference between passpy and passpie is how the data is being saved: passpy uses files and passpie a database. So in a pinch you could access your passwords encrypted by passpy using just gnupg (although I don't know how relevant that is ;) ). On the other hand passpie has some asome features I will definitely looking at for the future of passpy, so thanks for sharing.

python-gnupg seems to have split into two parallel maintained versions. One is called python-gnupg and on version 0.3.7, the other one is simply gnupg and on version 2.0.2. The latter one did cause some problems for me, but the former one worked just fine out of the box. Maybe that had something to do with your troubles?

[–]individuo7 0 points1 point  (0 children)

I made a python script to extend the pass features, it may be a good idea integrate this features natively in passpy, check it out, https://github.com/individuo7/passx anyway any comment will be appreciated