I would like to encrypt form data that will be stored into the database, not crypting the login password.
I can think of two ways: 1. use dbio=False, or 2. use onvalidation function to encrypt the form data. But I'll need to declare the field as a blob in order to store the resulting binary data, and blob data won't be displayed in the SQLFORM as a text field. What is the proper procedure to take advantage of web2py feature, while still be able to encrypt the form data?
-- You received this message because you are subscribed to the Google Groups "web2py-users" 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.

