Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant