*objective:*
use database that built using web2py in another app, like php slim 
framework, express js or restify, since that frameworks didn't need to 
define the models database.

*problem:*
don't know how to use the auth_user table for login in another app, because 
the password field is not clear how to store it in database table

*learn from the book:*
By default, CRYPT uses 1000 iterations of the pbkdf2 algorithm combined 
with SHA512 to produce a 20-byte-long hash. 
*ref:*
http://web2py.com/books/default/chapter/29/07/forms-and-validators

*question:*
what is the crypt module used by web2py to encrypt password field, because 
the book said 1000 iterations of the pbkdf2 algorithm combined with SHA512 
to produce a 20-byte-long hash, not sure i understand the meaning?

thanks and best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to