Decrypting Files Encrypted on Another Machine
Guy Harris
guy at auspex.auspex.com
Sun Apr 9 10:37:23 AEST 1989
>(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.
More information about the Comp.unix.questions
mailing list