Hi,
DES Encryption is now viewed as weak having only 56-bits of key information. However, keys are only weak if people can either guess them, or find them by brute-force. In either case, the attacker has to be able to recognise the coded information when they happen across it.
Therefore scramble the content before encryption. A suitable scrambler is a PRBSR convolutional coding using a pseudo-random key (derived one-way from the current time and encryption key) stored in the message. This removes any signature in the message preventing and anti-DES machine spotting when it has the right key. Then DES is good enough surely?
Regards, Bob Geezer