M
M
Max Maximov2015-02-13 17:32:15
JavaScript
Max Maximov, 2015-02-13 17:32:15

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

5 answer(s)
A
Alexey Nemiro, 2015-02-13
@maximka19

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.

V
Vladimir Proskurin, 2015-02-13
@Vlad_IT

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.

S
Saboteur, 2015-02-13
@saboteur_kiev

The client should not perform any function other than displaying information. All logic should be on the backend.

O
OnYourLips, 2015-02-13
@OnYourLips

Logic should be on the backend. HTML5 is a simple display, you can't break it.

E
Exp123, 2016-03-24
@Exp123

Or you can just use Jscrambler like this: vempiregame.com/allgemein/our-road-to-alpha-i-secu...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question