El mar, 11-02-2003 a las 18:49, Chris Hewitt escribió:
> Have you considered using on one-way MD5 hash instead? 
That's how I'm doing it now, but I would like to allow the user to
change it's password, and I want to encrypt it, of course ;-)

The procedure here will be to:

-Encrypt the new password with javascript on the client's browser using
RSA and the public key
-Decode the entered password on the server using the private key

Any idea?

Regards.




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

Reply via email to