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

Creating password from stdin is not supported #182

Open
rmadamson opened this issue Aug 16, 2020 · 2 comments
Open

Creating password from stdin is not supported #182

rmadamson opened this issue Aug 16, 2020 · 2 comments

Comments

@rmadamson
Copy link
Member

ryan@hackbookpro:~/git/pkpass$ echo "whargarbl" | pkpass create --stdin testpw3
Enter Pin/Passphrase:
Enter password to create:

BlankPasswordError: User Provided password is blank or only spaces

@rmadamson
Copy link
Member Author

A bit trixy, since stdin would need to give us password, description, and authorizer. Do we tokenize those and break them out as parameters to pkpass create? I suspect that it would be safe for description and authorizer to be viewed from ps output. The password itself, not so much

@rmadamson
Copy link
Member Author

Okay fixed.

#183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant