Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!seismo!ut-sally!utah-cs!utah-gr!stride!tahoe!jimi!robert From: robert@jimi.UUCP Newsgroups: comp.sources.d Subject: Re: Crypt - a suggestion Message-ID: <489@jimi.cs.unlv.edu> Date: Tue, 3-Mar-87 20:28:52 EST Article-I.D.: jimi.489 Posted: Tue Mar 3 20:28:52 1987 Date-Received: Fri, 6-Mar-87 06:42:58 EST References: <183@axis.UUCP> <395@cognos.UUCP> Reply-To: robert@jimi.UUCP (Robert Cray) Organization: University of Nevada, Las Vegas Lines: 18 In article <395@cognos.UUCP> garyp@smokey.UUCP (Gary Puckering) writes: >I see Crypt as a tool similar to compress in it's usage. Therefore, I >suggest that crypt should work like compress. That is, it's syntax >should be something like this: > > crypt [ -k key ] file ... > I would be a little nervous about putting the key on the command line, I beleive it copies over this info when it starts up, but isn't there still a small window in which one could get the key with a ps e or w? Anyway, you shouldn't use crypt. Even I can break it with Robert Baldwin's cbw program. There was a DES program posted to net.sources a while back. Its not agreed that des is secure either, but at least its better than crypt. --robert