Second OpenPGP-card

Werner Koch wk at gnupg.org
Wed Feb 28 17:30:21 CET 2024


On Wed, 28 Feb 2024 10:55, Matthias Apitz said:
> purism at pureos:~$ cat .password-store/.gpg-id
> CCID L5

Which means that it encrypts to  "CCID L5". pass parses this using

        while read -r gpg_id; do
                gpg_id="${gpg_id%%#*}" # strip comment
                [[ -n $gpg_id ]] || continue
                GPG_RECIPIENT_ARGS+=( "-r" "$gpg_id" )
                GPG_RECIPIENTS+=( "$gpg_id" )
        done 

The good thing with pass is that it is easy to read.


Shalom-Salam,

   Werner

-- 
The pioneers of a warless world are the youth that
refuse military service.             - A. Einstein
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 247 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gnupg-users/attachments/20240228/38fbf5e7/attachment.sig>


More information about the Gnupg-users mailing list