How to efficiently protect part of an application with a license
I am working on an application that has many functional parts.
Is “watermarking” code with random trailing whitespace a good way to detect plagiarism?
Consider this:
How to protect my php code running on a client server?
I’d like to ask how to protect my code that is running on a client server from being altered and/or copied.
It’s running on Ubuntu Server with the standard Apache Php Mysql stack.
Any software needed would preferably be open-source.
What is the identification procedure that registers a mobile device on a subscriber account and installs purchased content?
We know there are several moving parts to a system like the apple store or google play. At the very least;
What is the identification procedure that registers a mobile device on a subscriber account and installs purchased content?
We know there are several moving parts to a system like the apple store or google play. At the very least;
What is the identification procedure that registers a mobile device on a subscriber account and installs purchased content?
We know there are several moving parts to a system like the apple store or google play. At the very least;
Is there any algorithm pattern to protect any content in the web to ensure I am the first one who created it?
A few years ago there was this hacker (don’t remember who he was) that full disclosed a vulnerability in a given system, but to make sure nobody took credit for that, he created some kind of PGP key.
Execute python code without showing the code
I want to use exec
to execute python code (using the byte code, instead of the raw text that python will interpret). It’s all for a competition where you can see the code of the other competitors, I want to be able to hide my code well enough so people won’t bother messing with my code.
Execute python code without showing the code
I want to use exec
to execute python code (using the byte code, instead of the raw text that python will interpret). It’s all for a competition where you can see the code of the other competitors, I want to be able to hide my code well enough so people won’t bother messing with my code.
Execute python code without showing the code
I want to use exec
to execute python code (using the byte code, instead of the raw text that python will interpret). It’s all for a competition where you can see the code of the other competitors, I want to be able to hide my code well enough so people won’t bother messing with my code.