Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Encryped project
Encryped project [message #325013] Tue, 05 February 2008 16:17 Go to next message
Eclipse UserFriend
Hello,

Is there a way to have project files encrypted, so user cannot directly see
its content, but by API will be accessible these files as usual.

Do you have any experience with that?

Best Regards,
Jan
Re: Encryped project [message #325015 is a reply to message #325013] Tue, 05 February 2008 16:45 Go to previous messageGo to next message
Eclipse UserFriend
You can use an obfuscator, like Klassmaster

http://www.zelix.com/klassmaster/index.html

It can encrypt the Strings.

Other than that, I don't know a way.

Jan wrote:
> Hello,
>
> Is there a way to have project files encrypted, so user cannot directly see
> its content, but by API will be accessible these files as usual.
>
> Do you have any experience with that?
>
> Best Regards,
> Jan
>
>
Re: Encryped project [message #325030 is a reply to message #325015] Wed, 06 February 2008 07:39 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

thanks, but I am not interested in obfuscation of code.
But I am interested in obfuscation of Project's files. By files I mean some
XML files, .bmp, gif, ....
Sorry I cannot be more specific.

Bu I am interested in some layer which encrypts things on file system and
which enables to see data as plain for eclipse.


"Francis Upton" <francisu@ieee.org> wrote in message
news:47A8D8E5.2040702@ieee.org...
> You can use an obfuscator, like Klassmaster
>
> http://www.zelix.com/klassmaster/index.html
>
> It can encrypt the Strings.
>
> Other than that, I don't know a way.
>
> Jan wrote:
>> Hello,
>>
>> Is there a way to have project files encrypted, so user cannot directly
>> see its content, but by API will be accessible these files as usual.
>>
>> Do you have any experience with that?
>>
>> Best Regards,
>> Jan
Re: Encryped project [message #325037 is a reply to message #325030] Wed, 06 February 2008 10:50 Go to previous messageGo to next message
Eclipse UserFriend
Oh, that clarifies things more.

I would consider an EFS implementation. You can create your own file
store using EFS and it can sit on top of the real file system. This can
handle the encryption.

http://wiki.eclipse.org/index.php/EFS

Jan wrote:
> Hello,
>
> thanks, but I am not interested in obfuscation of code.
> But I am interested in obfuscation of Project's files. By files I mean some
> XML files, .bmp, gif, ....
> Sorry I cannot be more specific.
>
> Bu I am interested in some layer which encrypts things on file system and
> which enables to see data as plain for eclipse.
>
>
> "Francis Upton" <francisu@ieee.org> wrote in message
> news:47A8D8E5.2040702@ieee.org...
>> You can use an obfuscator, like Klassmaster
>>
>> http://www.zelix.com/klassmaster/index.html
>>
>> It can encrypt the Strings.
>>
>> Other than that, I don't know a way.
>>
>> Jan wrote:
>>> Hello,
>>>
>>> Is there a way to have project files encrypted, so user cannot directly
>>> see its content, but by API will be accessible these files as usual.
>>>
>>> Do you have any experience with that?
>>>
>>> Best Regards,
>>> Jan
>
>
Re: Encryped project [message #325128 is a reply to message #325037] Fri, 08 February 2008 19:07 Go to previous message
Eclipse UserFriend
Thanks,

I helped me. :-)
Jan


"Francis Upton" <francisu@ieee.org> p
Previous Topic:Javadoc Clarification: IncrementalProjectBuilder.build
Next Topic:log file filing with ZipExceptions when using XMLReaderFactory()
Goto Forum:
  


Current Time: Fri May 09 12:58:59 EDT 2025

Powered by FUDForum. Page generated in 0.03439 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top