Posted by J.O. Aho on 05/28/07 17:33
Keniobats wrote:
> 1st: as i readed before, encrypt your password at (for example)
> base64:
> $user = "mario";
> $password = "Y0dGemMzZHZjbVE9"; (the word "password" encrypted at
If the user can reed that, then they can read this
> echo base64_decode(base64_decode($password));
And know how to decode the password.
--
//Aho
Navigation:
[Reply to this message]
|