Quote:
webgeek, can you please explain a bit more about what is
Quote:
Then to add a little misdirection, go ahead and scatter the score all over as normal integer variables.
You could have one part be in a global variable, one part in the root, one part in another movie clip, etc. Just moving the variable around makes it MUCH harder for hackers to find. If you change it's location regularly, then it's even worse for them.
Quote:
am not sure i understand how the ecryption can be safe inside a swf, cant someone decompile it it see how it works?
A good encryption scheme isn't made weaker by someone knowing how it was encrypted. RSA, 3DES, AES, etc. are all fully understood and publicly available schemes. The only thing that needs to be protected is the "key" itself.
Quote:
And as for obfuscators hiding strings in code,it is something like 'the secret vars' in Zinc?I mean, once the swf is decompiled isnt easy to find those vars?
I've not used that ability in Zinc so I can't say. I do know that many of the obfuscators mangle strings so it would be very difficult to re-create it even after decompiling it (if you even could).
Quote:
And as for PHP not being secure, it would be better to change it for ASP?
PHP itself isn't insecure. The problem is that many PHP developers don't put any thought to security and so create gaping holes in their applications.
Quote:
(That would be a pleasure, PHP is a very mesy and unorganized language and i am not fanatic lover of all those open source metality like 'lets all work for free and cry for donations' )
I wouldn't call ASP much better unless you are talking about ASP.NET which is quite a bit more organized.