Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Decrypting Files Encrypted on Another Machine Keywords: crypt portable Message-ID: <1409@auspex.auspex.com> Date: 9 Apr 89 00:37:23 GMT References: <198@rancho.uucp> <1770@wpi.wpi.edu> Reply-To: guy@auspex.auspex.com (Guy Harris) Distribution: usa Organization: Auspex Systems, Santa Clara Lines: 15 >(NOTE: it's unlikely that the DES implementation on either machine is >non-standard, but some DES programs have been modified with the SALT >routines ; these can usually be disabled in a call to crypt on such a >machine, if need be.) Huh? He was talking about CRYPT(1), not CRYPT(3); to quote the SunOS 4.0 CRYPT(1) man page, crypt implements a one-rotor machine designed along the lines of the German Enigma, but with a 256-element rotor. Methods of attack on such machines are widely known, thus crypt provides minimal security. This is also correct for "crypt" in other UNIX systems. It doesn't use DES.