I have values I would like to store encrypted in my db after user inserts them. When displayed, the data should get decrypted.
All I know about encryption in web2py is that it uses HMAC+SHA512 by default to store password in auth_user table. The algorithm is of course reversible but how do I customize it to achieve my goal in web2py? -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

