Hi:
I have a problem:
I've a page that sends an encrypted password, using MD5, to a PHP
file, which is able to compare such MD5 encrypted password with an
encryption stored on a data base. But the encryption way, on mD5, on
JavaScript and PHP doesn't return the same value.
My questions are:
1. Aren't these methods the same? I mean, the implementation on
JavaScript and the implementation on PHP.
2. I could fix this by calling my .js file on my .php file. How can I
do this?
3. Does anyone know about an encryption method that return the same
value, on JavaScript and PHP?
Thank's a lot.
Alejo.
I have a problem:
I've a page that sends an encrypted password, using MD5, to a PHP
file, which is able to compare such MD5 encrypted password with an
encryption stored on a data base. But the encryption way, on mD5, on
JavaScript and PHP doesn't return the same value.
My questions are:
1. Aren't these methods the same? I mean, the implementation on
JavaScript and the implementation on PHP.
2. I could fix this by calling my .js file on my .php file. How can I
do this?
3. Does anyone know about an encryption method that return the same
value, on JavaScript and PHP?
Thank's a lot.
Alejo.
Comment