[comp.lang.pascal] Password Protection

JBERTELO%RKC.UFSIA.AC.BE@cunyvm.cuny.edu ( Johan Berteloot) (04/11/91)

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