Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ut-ngp.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!ut-sally!ut-ngp!graner From: graner@ut-ngp.UUCP (Nicolas Graner) Newsgroups: net.crypt Subject: Re: New Data Encryption Method Message-ID: <1576@ut-ngp.UUCP> Date: Mon, 8-Apr-85 18:30:50 EST Article-I.D.: ut-ngp.1576 Posted: Mon Apr 8 18:30:50 1985 Date-Received: Wed, 10-Apr-85 00:06:00 EST References: <68@decvax.UUCP> <594@ssc-vax.UUCP> Organization: U.Texas Computation Center, Austin, Texas Lines: 22 In <594@ssc-vax.UUCP> (by atst@ssc-vax.UUCP (Tom Pace)): > Minow's amazing encryption algorithm [posted 4/1/85] can be implimented > on any UNIX system using the following csh commands: > > (file to be encrypted is 'fname') > > %tr -d a-zA-Z '\000' fname.crypt > %rm fname > > I am still working on the decryption commands. Can anyone help me? Sure! To get the encrypted version of fname in fname.crypt and the decrypted version in fname.decrypt, use the following commands: %tr -d a-zA-Z '\000' fname.crypt %tr a-zA-Z a-zA-Z fname.decrypt %rm fname Nic. {ihnp4,seismo,...}!ut-ngp!graner *If Murphy's law can go wrong, it won't*