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

Support wildcard checks of multiple password files #3

Closed
bexelbie opened this issue Jan 19, 2019 · 4 comments
Closed

Support wildcard checks of multiple password files #3

bexelbie opened this issue Jan 19, 2019 · 4 comments

Comments

@bexelbie
Copy link
Contributor

Please add multiple file checks, for example pass pwned d* could check and report all pass files starting with a d

@alzeih
Copy link
Owner

alzeih commented Jan 20, 2019

As a workaround for right now, you might try:

pushd ~/.password-store; find . -iname "*.gpg" | while read; do pass pwned "$(dirname $REPLY)/$(basename $REPLY .gpg)"; done; popd

@bexelbie
Copy link
Contributor Author

I did something similar in a less sophisticated bash for loop. Do you think this should be documented as an idea, or do you think extending this with a multi-pass option like pass-update has is a good plan?

@alzeih
Copy link
Owner

alzeih commented Jan 23, 2019

Yeah, I think checking if multiple, or all, passwords are known to hibp is a reasonable thing to want to do. I’ll think about how this might work, and thanks for pointing out pass-update here.

@alzeih alzeih changed the title Feature Request Support wildcard checks of multiple password files May 20, 2019
@alzeih
Copy link
Owner

alzeih commented Jun 13, 2019

Okay, globbing is now supported with f289ebf.

@alzeih alzeih closed this as completed Jun 13, 2019
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

2 participants