[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.commercial] Re: protecting RCP
|
- From: Genady <eclipse@xxxxxxxxxx>
- Date: Sat, 28 Apr 2007 15:34:06 +0300
- Newsgroups: eclipse.commercial
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070222 SeaMonkey/1.1.1
The question is - what do you protect? Your algorithms or your licensing
scheme?
It is very difficult to properly protect Java applications.
Even using license checks in native code can be hacked.
Nevertheless, there are some obfuscation tools that will minimize risks.
Genady Beryozkin
http://www.genady.net/
glamakid wrote:
Hello Team,
we have written an RCP using eclipse which has lot of patented and
secret algoritham. we would like to have licencing feature in RCP.
Is there any good licencing mechanism availbale for RCP. we
implemented simple XOR algorigham and this algoritham checks the MAC
addres of the PC and then start the application. But problme is , user
decompiles the code and comment our function which does the validation
run the tool :(-
Please give us a good method of licencing the tool. THank you very
much in advance.