gpgparticipants: Replace md5/sha1 by sha1/sha256
authorweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 15 Oct 2013 19:22:57 +0000 (19:22 +0000)
committerweasel <weasel@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 15 Oct 2013 19:22:57 +0000 (19:22 +0000)
Signed-off-by: Peter Palfrader <peter@palfrader.org>
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@497 b513b33f-fedd-0310-b452-c3deb5f4c849

gpgparticipants/gpgparticipants

index 12bf64a25861888d920b80243a1c85cc21c931ea..12157d6209397f6ead03e6e0400ae2e2bd9d4294 100755 (executable)
@@ -41,20 +41,20 @@ 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 SHA1 checksum and optionally also its SHA256 checksum.
+      gpg --print-md sha1 $output         (or use sha1sum)
+      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:   ____ ____ ____ ____ ____    ____ ____ ____ ____ ____    [ ]
 
 
 
-SHA1 Checksum: ____ ____ ____ ____ ____    ____ ____ ____ ____ ____    [ ]
-
+SHA256 Checksum: ____ ____   ____ ____   ____ ____   ____ ____           [ ]
 
+                 ____ ____   ____ ____   ____ ____   ____ ____
 
 
 EOF