Path: utzoo!attcan!uunet!lll-winken!ames!ncar!boulder!ccncsu!longs.LANCE.ColoState.Edu!steved From: steved@longs.LANCE.ColoState.Edu (Steve Dempsey) Newsgroups: comp.mail.headers Subject: Re: simple encryption in mail (no more legal discussion) Keywords: crypt, uuencode Message-ID: <1073@ccncsu.ColoState.EDU> Date: 27 Jan 89 03:44:57 GMT References: <1178@raspail.UUCP> <508@solaris.UUCP> <1119MICHAEL@MAINE> Sender: news@ccncsu.ColoState.EDU Reply-To: steved@longs.lance.colostate.edu Organization: Colorado State University, Fort Collins, CO 80523 Lines: 34 In article <1178@raspail.UUCP>, steve@raspail.UUCP (Steve Schonberger) writes: > In article <1119MICHAEL@MAINE>, MICHAEL@MAINE writes: >> [in article <508@solaris.UUCP> wyle@solaris.UUCP (Mitchell Wyle) writes:] >> [looking for a simple encrypton method because his mail is watched] > > [lengthy discussion about legal aspects of the SA's rights & wrongs > regarding interception and perusal of private mail DELETED] Ok, this poor fellow asks for a simple way to protect his private e-mail, and what does he get? A meta-discussion on legalities. Well, here is my suggestion for implementing the simple encryption in a UNIX environment: The sender: % crypt < msg.txt > cypher (use previously agreed-upon key) % uuencode cypher < cypher > cypher.uu % mail whoever@wherever -s crypted_message < cypher.uu The recipient: % mail (receive mail, save in appropriate file) % uudecode cypher.uu % crypt < cypher > msg.txt (must have same key as sender) % more msg.txt Simple enough? Of course, you'll have to communicate the crypt key by some other means in advance. Steve Dempsey, Center for Computer Assisted Engineering Colorado State University, Fort Collins, CO 80523 +1 303 491 0630 INET: steved@longs.LANCE.ColoState.Edu, dempsey@handel.CS.ColoState.Edu UUCP: boulder!ccncsu!longs.LANCE.ColoState.Edu!steved, ...!ncar!handel!dempsey