Xref: utzoo comp.unix.questions:15798 comp.os.minix:6809 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!murtoa.cs.mu.oz.au!gwydir!gara!wtoomey From: wtoomey@gara.une.oz (Warren Toomey) Newsgroups: comp.unix.questions,comp.os.minix Subject: Re: UNIX-like crypt function Keywords: crypt unix ibm-pc Message-ID: <1093@gara.une.oz> Date: 21 Aug 89 04:06:31 GMT References: <855@eutrc3.urc.tue.nl> <2152@netcom.UUCP> <17369@ut-emx.UUCP> <3947@phri.UUCP> Organization: University of New England, Armidale, Australia Lines: 13 In article <3947@phri.UUCP>, roy@phri.UUCP (Roy Smith) writes: > In <17369@ut-emx.UUCP> nghiem@walt.cc.utexas.edu (Alex Nghiem) writes: [ asking for the source to crypt ] > > What happens if [crypt()] gets in the "wrong" hands through the network? > The ruskies will then be able to decode all of our secret military > transmissions, bringing about the fall of democracy as we know it today and > subjecting the entire planet to the dominance of the evil empire. They've had it for years! I've got the source code in C form, written by Andrew S. Tanenbaum, & taken from his book `Computer Networks'. It's Unix crypt() compatible. It's used in his Minix Operating System, a V7 Unix-clone for PCs. Would anybody get upset if I post it? Is it legal? Is Andy's source copyright? Who has the answers?