Most voted "protecting" questions
9 questions
Sort by count of
-
6
votes5
answers12657
viewsHow do I protect PHP code from theft and piracy after deploying?
Well, I’m working on a system Saap (PHP/Codeigniter + Mysql). Initially the idea would be to effect the deploy of the system in the client’s choice hosting. The entire "installation" process would…
-
4
votes1
answer279
viewsDo not let user have access to script data
I have a script generated in python and calls functions in R. At first it was developed for internal use, but now they are thinking of releasing for customer use. However, they do not want users to…
-
3
votes2
answers729
viewsEncrypt source code Ruby on Rails?
I need to deploy a ready-made system made with the framework Ruby on Rails in a client’s company, the problem is that this client cannot have access to the source codes. Is there any way to…
-
2
votes1
answer86
viewsHow to protect swf file from running on other domains?
Protect a swf file by Actionscript 3.0? I know there’s a Security.allowDomain("www.example.com"), but it only serves to be able to receive data from the domain that is in parentheses, if I’m not…
-
1
votes1
answer291
viewsObfuscate code in Actionscript 3.0 in SWF Flash?
I found this program called Sothink SWF Decompiler reverse engineering in archives .SWF converting them to .FLA, leaving, even, all the programming of the file visible and open to the user. Is there…
-
1
votes3
answers146
viewsModification of Javascript on websites
How far can an end-user modify Javascript and manipulate everything? As far as I know, it’s literally everything, but if it is, is there a way to avoid it? Either prevent or simply prevent JS…
-
1
votes1
answer50
viewsProtect script with user data?
Currently on my page I load some scripts returned by PHP as follows: $(".div").html($("<script />", { src: 'http://www.dominio.com/functions/dados.php?user='+xxxx+'&acao='+xxxx+'' }));…
-
1
votes0
answers65
viewsAngular 6 - Can Deactivate Guard is not working
I’m having trouble getting Can Deactivate to work on my app. In the form.component.html file I have the following code: <div class="form-group"> <label for="quoteType">Quote…
-
-1
votes1
answer358
viewsAre Ipv6 Vulnerable to Ddos Attacks?
There is how to attack an IPV6 address using DDoS, that is, flood the traffic of a server that uses IPv6? Example: Website.com [xxxx.xxxx.xxx.xxx::x], I wonder if there is any way to overthrow…