I am using Formidalbe Pro on my wordpress site.
Users are sending me a form that I make editable by them and by me (Its all managed by Formidable). They have to be logged-in with wordpress to fill the form and edit it. No anonymous access.
I want to encrypt the data they send on the database and I want a way that the data could be decrypted by only me and by the user so it can be modifiable...
What kind of encryption and how could I manage to implement that ?
Here is the Formidable Pro hooks : http://formidablepro.com/knowledgebase/action-hooks/
Thanks !