Xref: utzoo sci.crypt:2765 comp.lang.c:26756 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!apple!xanadu!michael From: michael@xanadu.com (Michael McClary) Newsgroups: sci.crypt,comp.lang.c Subject: Re: New(?) encryption algorithm Message-ID: <1990Mar9.232307.21961@xanadu.com> Date: 9 Mar 90 23:23:07 GMT References: <1877@bruce.OZ> Organization: Xanadu Operating Company, Palo Alto, CA Lines: 13 In article <1877@bruce.OZ> alanf@bruce.OZ (Alan Grant Finlay) writes: >I have written an encription system for personal files on an IBM-PC compatible. >[] Included in this article are a source program for the system in C, ... >The source code "crypt.c" You should be aware that "crypt" is used on unix systems to refer to a particular utility (a one-rotor Enigma variant) and a particular subroutine (the DES-variant used for password encryption). Naming your source file "crypt.c" invites the same sort of confusion as naming a home-brew editor "vi", "ed", or "emacs", and may tend to bother unix hax. You might want to find another name.