![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Key-passing from PHP to TCL CGI script - how is it done (web security issue)?
From: Steve <googlespam@nastysoft.com>
Date: Thu Oct 06 2005 - 23:10:47 CEST
> Unfortunately that is not the case. The provider does not allow
Fair enough. Making this setup more secure must depend on where you
If your hacked script was exploited randomly from the web with no
So I would recommend setting up a shared secret for both scripts. Pass
I can offer the PHP side, over to comp.lang.tcl for the other end...
$secret = "I like cheese";
exec( "/path/to/tclscript $args $hash", $result );
*Yes, I know md5() could be compromised but, really, life is too
--- SteveReceived on Tue Oct 18 02:32:57 2005 |