huh?

well, use md5()...

if you want a password that can be decrypted too, I'm afraid you have to
write you're own encryption / decryption algoritm... maybe you can use
base64encode() (don't know for sure)... but in both cases, if someone
guesses your used encoding algoritm, you have a problem...

Edward


"Jose" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...

> Then how can I encrypt the password?

>

>

>

> --

> PHP General Mailing List (http://www.php.net/)

> To unsubscribe, e-mail: [EMAIL PROTECTED]

> For additional commands, e-mail: [EMAIL PROTECTED]

> To contact the list administrators, e-mail: [EMAIL PROTECTED]

>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to