Path: utzoo!attcan!uunet!samsung!usc!apple!bionet!arisia!roo!chamomile!akhale From: akhale@chamomile.uucp (Abhijit Khale) Newsgroups: comp.unix.questions Subject: Re: How secure is UNIX? Keywords: Security, ftp Message-ID: <441@roo.UUCP> Date: 13 Jun 90 20:11:02 GMT References: <1990Jun4.102422.12896@agate.berke <1752@necis <8480@crdgw1.crd.ge.com> <207@rdb1.UUCP> Sender: news@parc.xerox.com Reply-To: akhale@parc.xerox.com (Abhijit Khale) Organization: Xerox Palo Alto Research Center Lines: 12 In article <207@rdb1.UUCP> root@rdb1.UUCP (Robert Barrell) writes: > Also, what about the CBW (Crypt-Breaker's Workshop) programs? I believe >they are only for entire files that have been encrypted, but don't know if they >are useful for passwords or not. > CBW helps to break crypt(1) which uses a comparitively simple encryption algorithm. crypt(3) which is used by the password encryption algorithm is based on the DES which is well-nigh impossible to break. Abhijit