I Own an address url What I spend via email and people access , however I move important data like email and id fields and would like to encrypt the data and then decrypt when the request comes to my system
I wonder if there is any module that would help me in this issue or if there is a ready example already done here in the forum
Answers (1)
Comments (1)
0
josedesoto 9 years ago
Hi Matheus,
Here you can find a few examples how encrypt and decrypt data to and from the database:
http://www.web2pyslices.com/slice/show/2012/encrypt-information-into-the-database
http://www.web2py.com/books/default/chapter/29/07/forms-and-validators?search=crypt
I hope it helps...