Re: Using python from a browser/security hole

2005-04-15 Thread Neil Hodgson
Philippe: > Would Jpython let me do that ? > Would java let me call an external Python script - which in turn would > access my device ? Not without asking for more permissions than accessing the device as being able to execute arbitrary code is very dangerous. Think of this from the point o

Re: Using python from a browser/security hole

2005-04-15 Thread Bengt Richter
On Fri, 15 Apr 2005 09:52:41 -0400, James Carroll <[EMAIL PROTECTED]> wrote: >I don't think Jython will help much here... you would have to embed >jython in your applet which makes it big, which makes it take longer >to download... (or you could install it ahead of time on each client.) > >I asked

Re: Using python from a browser/security hole

2005-04-15 Thread Philippe C. Martin
Thanks Jim, From all I hear, it looks like the client authentication will have tobe made "on the side of the browser", between the server and a specific program running on the client. Not as nice but Regards, Philippe On Friday 15 April 2005 08:52 am, James Carroll wrote: > I don't th

Re: Using python from a browser/security hole

2005-04-15 Thread Philippe C. Martin
I'll take a lok, thanks Roel Schroeven wrote: > Philippe C. Martin wrote: > >> Since I need to access a local/client device from the page and that I >> wish to be cross-platform; does that mean Java is my only way out ? > > Or you could try Jython (http://www.jython.org/). > -- http://mail.p

Re: Using python from a browser/security hole

2005-04-15 Thread James Carroll
I don't think Jython will help much here... you would have to embed jython in your applet which makes it big, which makes it take longer to download... (or you could install it ahead of time on each client.) I asked my friend who did some smartcard authentication at a previous job... and in his ca

Re: Using python from a browser/security hole

2005-04-15 Thread Philippe C. Martin
Neil, Would Jpython let me do that ? Would java let me call an external Python script - which in turn would access my device ? Thanks Philippe Neil Hodgson wrote: > Philippe: > >> Since I need to access a local/client device from the page and >> that I wish to be cross-platform; does that m

Re: Using python from a browser/security hole

2005-04-15 Thread Roel Schroeven
Philippe C. Martin wrote: > Since I need to access a local/client device from the page and that I wish > to be cross-platform; does that mean Java is my only way out ? Or you could try Jython (http://www.jython.org/). -- If I have been able to see further, it was only because I stood on the sho

Re: Using python from a browser/security hole

2005-04-15 Thread Neil Hodgson
Philippe: > Since I need to access a local/client device from the page and > that I wish to be cross-platform; does that mean Java is my only > way out ? Java is designed to be safe and not allow access to client devices. There is a mechanism where you can attempt to ask for permission from

Re: Using python from a browser/security hole

2005-04-14 Thread Philippe C. Martin
Since I need to access a local/client device from the page and that I wish to be cross-platform; does that mean Java is my only way out ? Regards, Philippe Neil Hodgson wrote: > Philippe: > >> I read that IE had the capability to embedd Python scripts, but what >> about the others ? > >