Need dll protection for Expert Advisor
Project ID:
547397
Project Type:
Fixed
Budget:
$30-$250 USD
Project Description:
I need somebody who can protect my 3 Expert Advisor mq4 files! Hide the most parts of the mq4 Code into Dll and protect it! I don`t know which protection is the best! You have any ideas which is the best and safest method?
I want that only the customer which got the EA can use the EA! My idea is:
I give User a password, User enter the password and dll file connects to the server and looks in the xml (i have a Webserver) for password that i have put in! When i delete this password User can`t use it!
Or do you have better ideas?
Skills required:
C Programming,
Delphi
Public Clarification Board
3 messages
-
This is a test program, you can try it,and tell me your advice, my EMAIL:kingwong#yahoo.com
Attachment:
project.zip
over 2 years ago
-
Hello.
I have too many reviews to bid on this trial project :)
I've done similar before.
You are right about protection with server, it's the best protection.
I think the best way is: DLL on client side is communicating with php script on the server side using sockets, sends login
and password (and maybe something else).
There is database on the server side with users accounts. You can disable any account and then EA will not work for that user.
There can be even some calculations on the server side, to make sure that nobody will be able to simulate server
response.
Good Luck.
over 2 years ago
-
Does your webserver have any access to an LDAP Server/Directory to use for authentication? Another alternative would be to use a Database to store the user credentials.
What Web Server software are you using? It would be best to stand up a web service to accept the credentials and to return
the appropriate response to the Client DLL.
over 2 years ago