How can i get the version of the application ? On Mon, Jan 28, 2013 at 3:24 PM, Alec Taylor <[email protected]> wrote:
> What version of web2py have you started your app on? > > On Mon, Jan 28, 2013 at 6:32 PM, hasan alnator > <[email protected]> wrote: > > Dear Alen , > > > > but i need to know What is the encryption what web2py implements on the > > password field in the auth_user table ? > > > > Best Regards, > > > > > > > > On Mon, Jan 28, 2013 at 10:29 AM, Alec Taylor <[email protected]> > > wrote: > >> > >> 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, > >> >> > > >> >> > -- > >> >> > > >> >> > > >> >> > > >> >> > >> >> -- > >> >> > >> >> > >> >> > >> > > >> > -- > >> > > >> > > >> > > >> > >> -- > >> > >> > >> > > > > -- > > > > > > > > -- > > > > --

