Add a changelog
[pgp-tools.git] / gpgparticipants / gpgparticipants
index 12bf64a25861888d920b80243a1c85cc21c931ea..ee47798f8197ae9c77351f9a7ea248b1d96df4ed 100755 (executable)
@@ -41,20 +41,16 @@ cat <<EOF
 
 Here's what you have to do with this file:
 (1) Print this file to paper.
-(2) Compute this file's MD5 checksum and optionally also its SHA1 checksum.
-   gpg --print-md md5  $output  (or use md5sum)
-   gpg --print-md sha1 $output  (or use sha1sum)
+(2) Compute this file's SHA256 checksum.
+      gpg --print-md sha256 $output       (or use sha256sum)
 (3) Fill in the hash values on the printout.
 (4) Bring the printout, a pen, and proof of identity to the key signing party
     (and be on time!).
 
-MD5 Checksum:  __ __ __ __ __ __ __ __    __ __ __ __ __ __ __ __      [ ]
-
-
-
-SHA1 Checksum: ____ ____ ____ ____ ____    ____ ____ ____ ____ ____    [ ]
 
+SHA256 Checksum: ____ ____   ____ ____   ____ ____   ____ ____           [ ]
 
+                 ____ ____   ____ ____   ____ ____   ____ ____
 
 
 EOF
@@ -65,6 +61,7 @@ for i in $(cat $input); do
     printf "\n%03d  [ ] Fingerprint OK        [ ] ID OK\n" $k;
     gpg --fingerprint $i | grep -v "^sub" | \
        grep -v '^uid.*jpeg image of size';
+       echo "_______________________________________________________________________________"
 done