Backend Development

Protecting my code

Submitted by verduveltje, , Thread ID: 117201

Thread Closed
verduveltje
Lurker
Level:
0
Reputation:
0
Posts:
4
Likes:
0
Credits:
12
16-01-2019, 04:12 PM
#1
Hi,

I am currently developing developing several calculators which help users to calculate their optimal setup in a mobile game. (attacks and such)
however, i would like to protect the source code... the actual calculations done based on the values entered by the users.

specs:

  • Several variables are filled with values fromform
  • *Several variables value's are retreived from database (dependant on user input from form)
  • *static values, now retreived from database aswell
  • *Calculations, now done in php
The parts marked with a * is what i would like to protect
the only thing the users needs is the output of the calculation.

What is the best/recommendedsolution to protect my code?

RE: Protecting my code

ace3
Lurker
Level:
0
Reputation:
0
Posts:
9
Likes:
1
Credits:
9
11-03-2019, 07:39 AM
#2
you can use server side calculation , since client cannot access the server side api

RE: Protecting my code

lightpassion
Closed Account
Level:
0
Reputation:
0
Posts:
6
Likes:
0
Credits:
9
14-06-2019, 07:41 PM
#3
thanhi to a straight and relative answer or use a php encoding tool for output

Users browsing this thread: 1 Guest(s)