List all the passwords cleartext in a comprehensive way

Danylo Hlynskyi abcz2.uprola at gmail.com
Thu May 24 14:30:01 CEST 2018


Maybe this should help for review

cd ~/.password-store
find . -name "*.gpg" | sed -e 's|\./\(.*\).gpg|\1|' | while read x; do echo
"$x: $(pass show $x)"; done | less

2018-05-24 15:10 GMT+03:00 <commentsabout at riseup.net>:

> Hello,
>
> I have been using pass for years, my password stores contains over 500
> passwords and I would like to review them (I know that some of them are
> weak and/or old).
>
> Is there an efficient way to do it?
>
> Considering the following store:
>
> Password Store
> ├── foo
> │   ├── bar
> │   ├── baz
> │   └── qux
> ├── whaterver
> ...
>
> Is it possible to get something like this for instance?
>
> Password Store
> ├── foo
> │   ├── bar: superpassword1
> │   ├── baz: superpassword2
> │   └── qux: superpassword3
> ├── whatever: superpassword4
> ...
>
>
> CA
> _______________________________________________
> Password-Store mailing list
> Password-Store at lists.zx2c4.com
> https://lists.zx2c4.com/mailman/listinfo/password-store
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20180524/4ef0da67/attachment.html>


More information about the Password-Store mailing list