J
JP
Hi Guys,
I am about to start developing a C# application to be distributed
widely on the internet. The computers that are going to install this
application are not directly associated with our organization, but
they are lending computing power to our grid application.
I want to make sure that the application that we send out is as secure
as possible! Therefore I would like to know how to sandbox an
application (sandboxing in the sense used by Google Chrome for
containing an application in a seperate memory and disk space, so it
can't interact with the rest of the operating system).
All I need to do is the following:
1) Download and save a file that describes the task at hand for the
client application.
2) Do my math calculations.
3) At preset intervals save the progress of the calculations to a
binary file on disk.
4) Upload the result of the calculations done.
5) Save some configuration parameters.
Thus the application should not be allowed to interact with any other
applications or the rest of the operating system in any way.
How can I achieve this?
Thanks in advance,
JP
I am about to start developing a C# application to be distributed
widely on the internet. The computers that are going to install this
application are not directly associated with our organization, but
they are lending computing power to our grid application.
I want to make sure that the application that we send out is as secure
as possible! Therefore I would like to know how to sandbox an
application (sandboxing in the sense used by Google Chrome for
containing an application in a seperate memory and disk space, so it
can't interact with the rest of the operating system).
All I need to do is the following:
1) Download and save a file that describes the task at hand for the
client application.
2) Do my math calculations.
3) At preset intervals save the progress of the calculations to a
binary file on disk.
4) Upload the result of the calculations done.
5) Save some configuration parameters.
Thus the application should not be allowed to interact with any other
applications or the rest of the operating system in any way.
How can I achieve this?
Thanks in advance,
JP