Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!houxm!whuts!tes From: tes@whuts.UUCP Newsgroups: comp.sources.d Subject: How to make "Enigma" Crypt/Decrypt work. Message-ID: <1549@whuts.UUCP> Date: Wed, 4-Mar-87 07:16:55 EST Article-I.D.: whuts.1549 Posted: Wed Mar 4 07:16:55 1987 Date-Received: Fri, 6-Mar-87 05:44:31 EST References: <1543@whuts.UUCP> Organization: AT&T Bell Laboratories Lines: 41 Summary: Here is the solution...... .......for neophytes only. <*> Many thanks to the numerous people who graciously responded to my plea. I apologize that I was not clear in that I was talking about the "Enigma" Crypt recently posted comp.sources, not the UNIX(tm) Crypt. Of the people helping, I will to extend the special thanks to Dick Mayback who put explanation in terms even I could understand. Specifically: 1. Compile crypt. 2. use the UNIX(tm) command string: ln crypt decrypt 3. use the following command string to crypt: cat inputfile | crypt password > outputfile 4. use the following command string to decrypt: cat outputfile | decrypt password > inputimage Obviously step 2 is what I missed. Dick pointed out that the original posting said the same thing but I totally missed the point due to the way it was stated. I have tested the above on several files, using diff inputfile inputimage to confirm that the steps work. Obviously, no warrantees, expressed or implied. (I am pleased to note that I finally posted to the correct newsgroup, I got no flames asking "why the *&{*# did you post here". It took me 18 months to get it right. :-) -- ----- Terry Sterkel -====---- AT&T Bell Laboratories --------- {clyde|harvard|allegra|ulysses|ihnp4}!whuts!tes ----- [opinions are obviously only my own]