Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site ssc-vax.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!vax135!cornell!uw-beaver!ssc-vax!atst From: atst@ssc-vax.UUCP (Tom Pace) Newsgroups: net.crypt Subject: Re: New Data Encryption Method Message-ID: <594@ssc-vax.UUCP> Date: Fri, 5-Apr-85 02:28:31 EST Article-I.D.: ssc-vax.594 Posted: Fri Apr 5 02:28:31 1985 Date-Received: Sat, 6-Apr-85 03:35:59 EST References: <68@decvax.UUCP> Organization: Boeing Aerospace Co., Seattle, WA Lines: 18 > > This note describes a new cryptographic method (NCM) that has a number > of advantages over many existing systems, such as DES. While it > is similar to DES in that it requires a private (secret) key, > it is more secure than DEX and both encryption and decryption > can be performed with very modest computer resources. > Posted 4/1/85 by Minow Minow's amazing encryption algorithm 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?