Search found 1 match

by TurboMC
Tue Sep 24, 2002 11:39 am
Forum: Javascript
Topic: encryption with PHP and JS
Replies: 5
Views: 3084

encryption with PHP and JS

In MySql database i keep passwords in encrypted form (md5()).

Is there any possibility to encrypt string with md5() before posting?

I don't want to send unencrypted password. Maybe JS would help me with this...

Thanks in advance