Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!think.com!paperboy!hsdndev!cmcl2!adm!news From: JBERTELO%RKC.UFSIA.AC.BE@cunyvm.cuny.edu ( Johan Berteloot) Newsgroups: comp.lang.pascal Subject: Re: Password Protection Message-ID: <26529@adm.brl.mil> Date: 11 Apr 91 08:04:04 GMT Sender: news@adm.brl.mil Lines: 14 What about the following idea for a "changeable" (Sp.?) password in an .EXE file. Declare the Password as a constant and compile it. e.g. Const Password='########'; Afterwords, you could easily change the password with some Hex-Editor, such as PC-Tools. If you use some hashing-code in your program code, your password can never be found. Call me if you need more specifications, -- Johan JBERTELO@BANUFS11.BITNET JBERTELO@RKC.UFSIA.AC.BE