Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ulowell!m2c!wpi!mchamp From: mchamp@wpi.wpi.edu (Marc J. Champagne) Newsgroups: comp.unix.questions Subject: Re: Decrypting Files Encrypted on Another Machine Keywords: crypt portable Message-ID: <1770@wpi.wpi.edu> Date: 7 Apr 89 15:31:49 GMT References: <198@rancho.uucp> Reply-To: mchamp@wpi.wpi.edu (Marc J. Champagne) Distribution: usa Organization: Worcester Polytechnic Institute, Worcester, MA. USA Lines: 14 Assuming you try to copy the stuff over again and the 2 copies you then have are identical, the problem is probably that one machine uses a crypt routine with a SALT variation, and the other doesn't. Consult the man pages on crypt on each system. If you find that this is the problem, then let me know and I'll send you more specific instructions. Hope this helps. (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.)