Re: [web2py] How to implement web2py password encryption in php

2013-01-28 Thread hasan alnator
How can i get the version of the application ? On Mon, Jan 28, 2013 at 3:24 PM, Alec Taylor wrote: > What version of web2py have you started your app on? > > On Mon, Jan 28, 2013 at 6:32 PM, hasan alnator > wrote: > > Dear Alen , > > > > but i need to know What is the encryption what web2py imp

Re: [web2py] How to implement web2py password encryption in php

2013-01-28 Thread Alec Taylor
What version of web2py have you started your app on? On Mon, Jan 28, 2013 at 6:32 PM, hasan alnator 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

Re: [web2py] How to implement web2py password encryption in php

2013-01-27 Thread hasan alnator
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 wrote: > Use the same hash function that you use in web2py; in php. > > For further discussion on how to wr

Re: [web2py] How to implement web2py password encryption in php

2013-01-27 Thread Alec Taylor
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 wrote: > Dear Alec, > > I tried this but am now getting the same value in the databae : > > echo hash('ripemd160'

Re: [web2py] How to implement web2py password encryption in php

2013-01-27 Thread hasan alnator
Dear Alec, I tried this but am now getting the same value in the databae : regards, On Mon, Jan 28, 2013 at 10:05 AM, Alec Taylor wrote: > http://php.net/manual/en/function.hash.php > > On Mon, Jan 28, 2013 at 5:59 PM, Hassan Alnatour > wrote: > > Dear ALL , > > > > How can i implement web2p

Re: [web2py] How to implement web2py password encryption in php

2013-01-27 Thread Alec Taylor
http://php.net/manual/en/function.hash.php On Mon, Jan 28, 2013 at 5:59 PM, Hassan Alnatour wrote: > Dear ALL , > > How can i implement web2py password encryption in php ? > > Best Regards, > > -- > > > --

[web2py] How to implement web2py password encryption in php

2013-01-27 Thread Hassan Alnatour
Dear ALL , How can i implement web2py password encryption in php ? Best Regards, --