Answer the question
In order to leave comments, you need to log in
How to protect HTML5 games?
Hello.
The question is: How can you secure HTML5 games? How realistic is this?
For example, if you want to write an online casino with real money, would it be wise to use HTML5/JS/any backend? Or still do it in Flash?
Please describe all the details in detail and with arguments. Thank you.
Answer the question
In order to leave comments, you need to log in
Flash can be decompiled, so you should not rely on the fact that the source code will be protected.
Code, patent, track and sue infringers.
The main functionality can be transferred to the server so that the client part is useless.
Client code can be made poorly readable, obfuscated.
All logic on the server, wins, getting a list of cards, determining the amount to pay, etc. On the client, only visual operations and sending data to the server.
The client should not perform any function other than displaying information. All logic should be on the backend.
Logic should be on the backend. HTML5 is a simple display, you can't break it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question