Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

Adding a secret key in a program file dynamically, it should not make any side effects on the program - the easiest approach can do that is adding an additional information at the end of the binary file, below code shows the way to save the necessary secret information in Delphi.


Following code enables you to hide secret key in a program file

...