Nice. But what about renameing or removing password manipulation?

I found this on the git-log man page:

pass git log --pretty=format:'%s %Cred(%G?) %Cresetby %Cgreen %GS'

%G? returns (G) = Good, (B) = Bad or (N) = NO signature

To my shame I have omitted some signatures.
On my notebook i havn't set the --verify-signaturesflag. :(


Am 13.10.2015 um 15:15 schrieb Emil Lundberg:
>
> Or I guess make that
>
>     $ find ~/.password-store -type f -name '*.gpg' -exec gpg -v {} \;
>
> so it doesn't try to verify your git report files and whatnot.
>
>
> On Tue, 13 Oct 2015 15:13 Emil Lundberg <[email protected]
> <mailto:[email protected]>> wrote:
>
>     Perhaps something like this (completely untested)?
>
>         $ find ~/.password-store -type f -exec gpg -v {} \;
>
>
>     On Tue, 13 Oct 2015 15:12 pc re <[email protected] <mailto:[email protected]>>
>     wrote:
>
>         Hi @ all.
>
>         Does anybody have a neat way to verify all signed passwords?
>
>         I know this:
>
>         pass git log --show-signature
>
>         But the output is a bit confusing.
>
>         cheers
>
>
>         _______________________________________________
>         Password-Store mailing list
>         [email protected]
>         <mailto:[email protected]>
>         http://lists.zx2c4.com/mailman/listinfo/password-store
>

_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to