Topic: Project protection

After completing the project, the files related to the project were found very easy to be modified by anyone
Is there a way to protect the program from modification?

Re: Project protection

There are a couple of easy things you can do once you have completed your project and it is ready for distribution.
1.  in the main project folder, delete the xxx.vdb file
2.  in the scripts folder, delete the script.pas
This will make your project more secure (although not totally).

Re: Project protection

derek wrote:

There are a couple of easy things you can do once you have completed your project and it is ready for distribution.
1.  in the main project folder, delete the xxx.vdb file
2.  in the scripts folder, delete the script.pas
This will make your project more secure (although not totally).


Is there another way to protect files?
With passwords or other programs that do not allow the project files to appear
Because after deleting the aforementioned files, it is still possible to modify the program (XML - INI - DB)

Re: Project protection

Enigma Virtual Box