Any Professional Coders Out There?
#1
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.
Great truths are worth repeating:

"It is better to live in the corner of a roof
Than in a house shared with a contentious woman." -Proverbs 21:9

"It is better to live in the corner of a roof
Than in a house shared with a contentious woman." -Proverbs 25:24
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)