Any Professional Coders Out There?
#2
GenericKen,Feb 2 2006, 12:14 PM Wrote:Does anybody know the best way to lock-in the authorship of a set of uncompiled code (say, for a scripting language) to protect it from thieves?

I was thinking of registering the code on sourceforge.net (like mailing myself a manuscript), but I'm not sure that's the best way.
[right][snapback]100794[/snapback][/right]


I suppose the question is: Are you asking about protection from theft of the source, or theft of the ownership claim?

for authorship, proof of first authoring via registering somewhere will give you no legal rights (as far as I'm aware), and no practical protection.

For protection of the source you either have to:
a) Have the compiled code only execute on the server
or
B) Only allow compiled code on the client... but compiled code can be reverse engineered (e.g. java or CLR code... there are 'obscuration tools for these but their value depends on the logical complexity of the code, and writing the code poorly in the first place ( :wacko: ) obscures it better than the 'obscuration' of an O.O. language by renaming variables methods etc.) Also, if the user is not after the source, but just the runtime, then you are still screwed under this option.
Reply


Messages In This Thread
Any Professional Coders Out There? - by whyBish - 02-02-2006, 04:16 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)