Jump to content

Securing scripts


Recommended Posts

Posted

Hey. Is there any good way to secure scripts more? Excluding compiling with highest level of obfuscation, and cache="false" for client (which i am already using). I've saw that is possibility to send client scripts from server, with loadstring. It's is really worth to add this kind of 'security layer'? And if yes, then how it should exactly looks. Besides, i know, that even after all, it's still possible to steal my resources.

Posted

Why would you do that? To execute code clientside, it does have to go to the client' computer, that's how networking works.

 

Focus on serverside code and try to put everything there, leaving clientside only for clientside code. 

 

You can make it hard but  you can never make it impossible.

Posted
2 minutes ago, keymetaphore said:

Why would you do that? To execute code clientside, it does have to go to the client' computer, that's how networking works.

 

Focus on serverside code and try to put everything there, leaving clientside only for clientside code. 

 

You can make it hard but  you can never make it impossible.

I know about that, but still i'd like to add more 'security layers'. What's possible on server-side, it's already there.

Posted

You can put line of code in every resource which does some damage to server if the resource isn't loaded by a specific serial.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...