Re: Free web front end to Mathematica
- From: "@(none)" <""parisse\"@(none)">
- Date: Sun, 21 May 2006 08:39:24 +0200
* Let the user do anything, and risk security issues.
* Make the system safe and have it very limited.
I had email contact with someone who was at one point developing a PDA interface for Mathematica and he had the exact same issues. I'm sure the same will happen with any program that has access to the shell and can read/write files.
You most probably need to make modifications to the kernel
for security. That's what we did for the web interface
of giac/xcas. There is a secure_run variable that is true
in a non-trusted environment and every file system call
is disabled if it is true. The web module calls a C back-end
that can set this variable to true (or false only at the right
moment).
You can try the giac/xcas web interface at
http://www-fourier.ujf-grenoble.fr/~branchar/cgi-bin/giac_online/giac.pl
(default language is french, you can select english at the top
right)
.
- Follow-Ups:
- Re: Free web front end to Mathematica
- From: Dave (from the UK)
- Re: Free web front end to Mathematica
- References:
- Free web front end to Mathematica
- From: Dave (from the UK)
- Re: Free web front end to Mathematica
- From: Robert Dodier
- Re: Free web front end to Mathematica
- From: Dave (from the UK)
- Free web front end to Mathematica
- Prev by Date: integral problem
- Next by Date: Re: Problem with Mathematica in batch mode.
- Previous by thread: Re: Free web front end to Mathematica
- Next by thread: Re: Free web front end to Mathematica
- Index(es):
Relevant Pages
|
|