Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!jjprior From: jjprior@athena.mit.edu (Jack Prior) Newsgroups: comp.lang.pascal Subject: Re: Password Prog Message-ID: <1991Apr11.174800.18389@athena.mit.edu> Date: 11 Apr 91 17:48:00 GMT References: <1991Apr10.232429.14348@herald.usask.ca> Sender: news@athena.mit.edu (News system) Distribution: na Organization: Massachusetts Institute of Technology Lines: 16 In article <1991Apr10.232429.14348@herald.usask.ca> anderson@herald.usask.ca (Cathy Anderson) writes: >Okay, I've noticed that someone has been talking about a password >program lately. I had written one myself a while back which was not as >good as some the replies posted here but it works. I have it so it >reads the password from a file and it can be changed without the code. >The problem is that I need an external file (which can be typed so you >can get an idea of the password) Anyway, what I want to know is if >there is a way so that this password can be included in the .EXE file so >I don't have to have another file and I don't need the code to change >it. Thanks for any help. P.S. I'm using Turbo Pascal 5.5/6.0 > >David Anderson The OPCLONE unit in Object Professional allows you to do this. Jack