> > But before I start all this implementation, I wonder what other
> > kinds of solution other might have been using - I would prefer
> > not to have scripts running on the client side, but a public
> > key system force me to do this. (And I can use php, so it
> > pointless to refer to any php specific methods.)
> 
> The best way is to send it across an SSL connection.

Thank for pointing out SLL.

But it could argued weather SSL is The Best way to do it. If you trust
SSL to much, then you are swimming in deep water. But of course I am
going to use SSL - as a first line of defense, but I do also want to
have a second wall of defense. Since SSL is not unbreakable I would
like not to pass the passwd in plain text. And that's what I am asking
for, weather some one has been using some special solution here?


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to