Use the same hash function that you use in web2py; in php. For further discussion on how to write this in; go onto a PHP mailing-list.
On Mon, Jan 28, 2013 at 6:08 PM, hasan alnator <[email protected]> wrote: > Dear Alec, > > I tried this but am now getting the same value in the databae : > > <?php > echo hash('ripemd160', 'mypassword'); > ?> > > regards, > > On Mon, Jan 28, 2013 at 10:05 AM, Alec Taylor <[email protected]> > wrote: >> >> http://php.net/manual/en/function.hash.php >> >> On Mon, Jan 28, 2013 at 5:59 PM, Hassan Alnatour >> <[email protected]> wrote: >> > Dear ALL , >> > >> > How can i implement web2py password encryption in php ? >> > >> > Best Regards, >> > >> > -- >> > >> > >> > >> >> -- >> >> >> > > -- > > > --

