From: khijol!erc@apple.com (Ed Carp [Sysadmin])
To: tcmay@netcom.com (Timothy C. May)
Message Hash: b9eb81f2f1584a286348c33b9e3c0d56bed824f7f7c9296424c667818aa73bc3
Message ID: <m0qd8ZV-0004EcC@khijol.uucp>
Reply To: <199408240048.RAA19300@netcom16.netcom.com>
UTC Datetime: 1994-08-24 03:14:16 UTC
Raw Date: Tue, 23 Aug 94 20:14:16 PDT
From: khijol!erc@apple.com (Ed Carp [Sysadmin])
Date: Tue, 23 Aug 94 20:14:16 PDT
To: tcmay@netcom.com (Timothy C. May)
Subject: Re: Zimmermann/NSA debate postponed
In-Reply-To: <199408240048.RAA19300@netcom16.netcom.com>
Message-ID: <m0qd8ZV-0004EcC@khijol.uucp>
MIME-Version: 1.0
Content-Type: text
> Huh? Phil almost _never_ signs his messages, and has talked about how
> difficult it is to go through the rigamarole of signing,
> authenticating, etc.
>
> (I sympathize with him, and I intensely dislike getting PGP-encrypted
> messages, decrypting them, only to find a banal message that wasn't
> worth the effort.)
Huh? Nonsense?
vie: - use PGP to sign & encrypt
vis: - use PGP to sign
Both of these sign or sign/encrypt outgoing messages automatically if
you're using "elm" - just use them in place of your favorite editor.
pgpview does the same thing for incoming email. Use it in place of your
mail viewer in elm.
#! /bin/sh
#
# Created by shar, version 0.5 - 04/10/91
#
# This is a shell archive, meaning:
# 1. Remove everything about the #! /bin/sh line.
# 2. Save the resulting text in a file.
# 3. Execute the file with /bin/sh to create:
#
# length name
# ------ -------------------------------------
# 28 pgpview
# 282 vie
# 102 vis
#
#
# Archive number 1
# This archive created Tue Aug 23 21:59:07 1994
#
echo "shar: extracting pgpview - (28 characters)"
if test -f 'pgpview' ; then
echo shar: will not over-write existing file pgpview
else
sed 's/^X//' << \SHAR_EOF > 'pgpview'
Xpgp +batchmode -m | less -c
SHAR_EOF
if test 28 -ne "`wc -c < 'pgpview'`" ; then
echo "shar: ***** error transmitting file pgpview (should have been 28 characters, but was "`wc -c < 'pgpview'`" characters) *****"
fi
fi
touch 0823215894 pgpview
chmod 0777 pgpview
echo "shar: extracting vie - (282 characters)"
if test -f 'vie' ; then
echo shar: will not over-write existing file vie
else
sed 's/^X//' << \SHAR_EOF > 'vie'
X#
X# vie - like vi, but sign & encrypt with pgp
X#
Xsed -e 's/^> //g' $1 > $1.clr
X# why doesn't pgp $1 $1.clr work? It should produce $1.clr... <sigh>
Xpgp +force $1.clr $1
Xsed -e 's/^/> /g' $1.clr > $1
X/bin/rm -f $1.clr
Xvi $1
Xclear
Xpgp -seta +clearsig=on -u `logname` $1
Xmv $1.asc $1
SHAR_EOF
if test 282 -ne "`wc -c < 'vie'`" ; then
echo "shar: ***** error transmitting file vie (should have been 282 characters, but was "`wc -c < 'vie'`" characters) *****"
fi
fi
touch 0823215894 vie
chmod 0777 vie
echo "shar: extracting vis - (102 characters)"
if test -f 'vis' ; then
echo shar: will not over-write existing file vis
else
sed 's/^X//' << \SHAR_EOF > 'vis'
X#
X# vie - like vi, but sign with pgp
X#
Xvi $1
Xclear
Xpgp -sta +clearsig=on -u `logname` $1
Xmv $1.asc $1
SHAR_EOF
if test 102 -ne "`wc -c < 'vis'`" ; then
echo "shar: ***** error transmitting file vis (should have been 102 characters, but was "`wc -c < 'vis'`" characters) *****"
fi
fi
touch 0823215894 vis
chmod 0777 vis
echo End of all shell archives
exit 0
--
Ed Carp, N7EKG Ed.Carp@linux.org, ecarp@netcom.com
Finger ecarp@netcom.com for PGP 2.5 public key an88744@anon.penet.fi
If you want magic, let go of your armor. Magic is so much stronger than
steel! -- Richard Bach, "The Bridge Across Forever"
Return to August 1994
Return to “tcmay@netcom.com (Timothy C. May)”