Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Windows support #3

Open
TheLastProject opened this issue Dec 10, 2017 · 3 comments
Open

Windows support #3

TheLastProject opened this issue Dec 10, 2017 · 3 comments

Comments

@TheLastProject
Copy link
Member

TheLastProject commented Dec 10, 2017

The pass module currently depends on the pass shell script, which isn't portable to Windows. It should be rewritten to directly do GPG operations. As a bonus, this should remove any dependencies that need to be manually installed on Linux and macOS too.

@TheLastProject
Copy link
Member Author

This could perhaps be solved by using WSL as I found about on IJHack/QtPass#375

@TheLastProject
Copy link
Member Author

Fixed in e6665b8.

@TheLastProject
Copy link
Member Author

I removed WSL support because I stopped using the original password store bash script, but instead switched to https://github.com/aviau/python-pass/.

This issue will need to be reevaluated.

pypass just directly executes GPG statements, so if we can bundle GPG1 (which should only need a single .exe and .dll, as I read somewhere, yet forgot where) with this module for Windows, we just need to make sure pypass can detect it I would think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant