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

Re: Project protection

vovka3003 wrote:

Enigma Virtual Box

Минус программы в том, что полученный экзешник не позволяет сохранять изменения. Есть ли вообще возможность создать целостный экзешник на основе файлов MVD, который бы сохранял изменения в данных?

Может, есть какой-нибудь архиватор, который позволяет создать архив типа sfx, но с возможностью "автозапаковки" после закрытия приложения?

Re: Project protection

vovka3003 wrote:

Enigma Virtual Box


It works! I've tested it.

Roberto Alencar

Re: Project protection

Great tool. Work fine..only that antivirus finds virus when compiling the file. It must be a false alarm …

8 (edited by Destiny 2025-09-06 12:38:09)

Re: Project protection

It's an excellent piece of software that I use all the time, and it has given me good results, just like Turbo Studio, NSIS, Almeza Multiset, and others.

Destiny

Re: Project protection

With avast free version it orks fine, with bit defender and Kaspersky paid versions it stop compiling and warn for virus. I um sure that it must be a false alarm. Does anyone has the same problem and how can we solve it to make the compiled file to be us a clean one, because when the antivirus scan it it delete the file

Re: Project protection

v_pozidis wrote:

With avast free version it orks fine, with bit defender and Kaspersky paid versions it stop compiling and warn for virus. I um sure that it must be a false alarm. Does anyone has the same problem and how can we solve it to make the compiled file to be us a clean one, because when the antivirus scan it it delete the file



I have to tell Avast that an MVD application is an exception, always the first time I run it... The problem is the end user encountering this, not understanding what is happening and making the wrong decision....

Roberto Alencar