I am storing password in my databases. I am using the validator requires=CRYPT(key='my_key')
everything seems to be working fine. However, when I look at users passwords in the databases I can read their values of the passwords. That is they are not hashed values like I would expect. Would the expected behavior of the CRYPT validator be to stored hashed values in the database. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

