Questions tagged [source-code-protection]

Preventing source code being obtained, copied, read by various means such as obfuscation and encryption. Applies especially to interpreted languages such as JavaScript where source code will be run directly on the user's machine.

183 questions
-1
votes
1 answer

How to view the sourcecode of google translate extension for Chrome?

I'm now working on a chrome extension.I'm interested in how google translate extension parse the html document.So I tried to find the sourcecode according to How to View the Source Code of a Chrome Extension,but I can't get the ID of google…
-1
votes
1 answer

How can I extract source code from a website when when the data I'm extracting is different from the "view-source" in my browser?

I am scraping data from a crowdfunding music based website. for research purposes. I am specifically trying to get data for the projects under the 'Rock' genre on the website, however when I get the source code using my web crawler, it is different…
Sigma
  • 123
  • 1
  • 2
  • 8
-1
votes
3 answers

Simple HTML file sharing issue?

I recently created an html file in notepad++. This may be an amateur question, but how can I send the file via email to a friend without them being able to access the code, just the webpage if they run it? It is not published as a website, just a…
ttmcl98
  • 45
  • 1
  • 1
  • 7
-1
votes
2 answers

Is the ex-Microsoft SLP Code Protector still available and usable?

I want to use SLP Code Protector to make decompilation of a .NET application harder. I don't want licensing functionality, just the offline code protection it offers. I know it is now owned by InishTech but I'm hoping to obtain just the Code…
techno
  • 6,100
  • 16
  • 86
  • 192
-2
votes
0 answers

How the desktop program is protected from piracy when it is sold through Microsoft Store?

I want to sell the desktop program through MS Store. I want it to be used only at PC of a persons who have paid for it. Does MS Store have some standard APIs or components to support such protection ? What are the usual ways to implement such…
Aleksey
  • 9
  • 3
-2
votes
3 answers

How to protect a java application from reverse-engineering or code stealing?

I want to reveal my desktop java application to public, but I'm not sure how to protect it from reverse-engineering or source code stealing? Is it possible to convert the application to an exe file? and if it is, wouldn't that be enough to protect…
mwdar
  • 141
  • 2
  • 3
  • 10
-2
votes
1 answer

Obfuscate Java source code to hand out to clients

I'm wondering if there is a way to generate an obfuscated buildable version of my maven project and hand it out to clients, the obfuscation is just for protection and make it hard to steal. I'm using proGuard to obfuscate jars, but this obfuscation…
josephino
  • 360
  • 4
  • 21
-2
votes
1 answer

can't get html source code with cUrl or file_get_contents

sorry could not get the html source code of this url:http://www.picbear.com/tag/ok; i always get a blank page with a ["Hello Stranger"] message. no problems if i use chrome's tools. i've always used file_get_contents or php_simple_html DOM parser…
-2
votes
2 answers

How can I hide part of html/js in my source code?

Im afraid that people who come to my website could steel parts or the whole page. How can i hide my source code or do something that people cant copy my work. I know how to unable rightclick on my page, but i dont want to use this option. i think…
-2
votes
1 answer

How safe is my soucecode in my APK?

I was wondering how safe my source code is in my APK? By this I mean. If i give my apk to someone, could he see my sourcecode or could he extract, unzip, decompile the APK? With or without extra programs? Or is this not possible?
vanlooverenkoen
  • 2,121
  • 26
  • 50
-2
votes
1 answer

Protect parts of my code by using a VB6 DLL

I have a C# desktop application. There are some parts of my code where it needs to be in the client code as opposed to my server code which the client 'talks' to. I have read a lot of stuff about protecting code and the general gist seems to be for…
Andrew Simpson
  • 6,883
  • 11
  • 79
  • 179
-2
votes
4 answers

PHP - Don't allow download source file php

I see some websites allow users download our source include html file, css file, js file ... and almost. I don't want to do this for my website. What should I do? Thank for wathching! P/S: If you can, please show me this approach with Zend. I'm…
-3
votes
3 answers

how can you retrieve source code in python, inspect gives type error

In order to get better at programming, analysing numpy and scipy's source code could come in handy. import inspect,numpy as np x = [1,2] inspect.getsource(np.max(x)) gives TypeError please help,kind regards
quadhd
  • 71
  • 1
  • 8
-3
votes
1 answer

Protect source code at delopment time in tfs

I use TFS , My question is how can i sure about that developer who work on a project can not copy source file and evict or extract them from office by Email,flash memory,USB,... ? Is there any solution with TFS? Can anyone help me?
zeinab kalanaki
  • 75
  • 6
  • 11
-4
votes
1 answer

Raspberry software protection

I have a python script on raspberry pi 3 and I want to secure my script as much as possible. The user can only contact with the touch screen so there is no external hardware like keyboard, mouse etc. What should I take measure against stolen? For…
Onur94
  • 51
  • 3
1 2 3
12
13