Questions tagged [code-access-security]

Code-access security is security specific to limiting access to or protecting source code, through the use of processes such as encryption, obfuscation, and more.

Code-access security is security specific to limiting access to or protecting source code, through the use of processes such as , , and more. The goal of code-access security is most often to protect functionality from competitors, to prevent reverse-engineering, or to preserve integrity of program communication protocols.

For more on obfuscation:

Note that security questions which are not about a specific programming problem may be better suited to our sister site, IT Security Stack Exchange.

337 questions
-1
votes
1 answer

BASH: allow users to FTP files to my server without revealing FTP login credentials to them

I have an OSX program written with BASH scripts. I want to enable anyone who has this program downloaded to be able to FTP files to my server (and associate it with their account for them to access the stuff, of course) WITHOUT allowing the user…
Kyle Birch
  • 75
  • 1
  • 10
-1
votes
1 answer

Mobile app access

Can I access the mobile number of a device after installing an app? I can ask from the user for it but need to ensure that it is the correct number that he is inputting. Is there a way? Just need a way to ensure that the app is downloaded on the…
-1
votes
1 answer

How to read performance counter values without special privileges?

My Office add-in needs to be able to read System.Diagnostics performance counters (CPU, memory, etc) and I can't assume that the user is a member of the administrators group or Performance Monitor Users group. I noticed that there is a…
-1
votes
2 answers

How to prevent including remote server file or shared server file?

I am using Xampp server on my system and by twiking some PHP.INI settings on Xampp server of my system just discoverd that I can include my php files from my remotely hosted site. Although I could not able to access the variable on remote file…
Sk MiRaj
  • 59
  • 1
  • 2
  • 7
-2
votes
1 answer

PHP Web page (code) access security

How do I prevent my page say 'index.php' and all other web pages in different folders on server to be accessed anyone by typing the path in address bar of browser like www.kkweb.com/web/index.php. Kindly help.
blue bolt
  • 9
  • 1
-2
votes
1 answer

Is it possible to obfuscate java code and then building an APK file from those java files?

I am building an android app and i want to secure its source code. I am building it by using Java. As i have gone through some answers here which is related to obfuscation of java code and protecting it from reverse engineering. So is it also…
-2
votes
1 answer

Apache/PHP file validation

We have a register with all the files(WEB pages) that should be served from our WEB server. Can I configure Apache to execute specific script/program which will verify that requested page is registered? If the requested page is not registered "Page…
user2038893
  • 336
  • 4
  • 6
1 2 3
22
23