in reply to Re^2: Can I add text to a message area in an EXE file?
in thread Can I add text to a message area in an EXE file?

You're fooling yourself if you think that's secure. If the opponent can look into a text file, he can look into the executable.

You should use the usual security infrastructure (encryption, permissions, etc.).

  • Comment on Re^3: Can I add text to a message area in an EXE file?